@@ -175,13 +175,13 @@ jobs:
175
175
- name : Set up Python
176
176
uses : actions/setup-python@v5
177
177
with :
178
- python-version : " 3.12 "
178
+ python-version : " 3.13 "
179
179
180
180
- name : " Setup Python environment"
181
181
run : |
182
182
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
183
183
poetry config virtualenvs.create true --local
184
- poetry env use 3.12
184
+ poetry env use 3.13
185
185
186
186
- name : Compare package versions
187
187
run : |
@@ -285,7 +285,7 @@ jobs:
285
285
- name : Set up Python
286
286
uses : actions/setup-python@v5
287
287
with :
288
- python-version : ' 3.12 '
288
+ python-version : ' 3.13 '
289
289
- name : " Setup git credentials"
290
290
run : " git config --global user.name 'Infrahub' && \
291
291
git config --global user.email '[email protected] ' && \
@@ -295,7 +295,7 @@ jobs:
295
295
- name : " Setup Python environment"
296
296
run : |
297
297
poetry config virtualenvs.create true --local
298
- poetry env use 3.12
298
+ poetry env use 3.13
299
299
- name : " Install dependencies"
300
300
run : " poetry install --no-interaction --no-ansi"
301
301
- name : " Unit Tests"
@@ -338,7 +338,7 @@ jobs:
338
338
- name : Set up Python
339
339
uses : actions/setup-python@v5
340
340
with :
341
- python-version : ' 3.12 '
341
+ python-version : ' 3.13 '
342
342
- name : " Setup git credentials"
343
343
run : " git config --global user.name 'Infrahub' && \
344
344
git config --global user.email '[email protected] ' && \
@@ -348,7 +348,7 @@ jobs:
348
348
- name : " Setup Python environment"
349
349
run : |
350
350
poetry config virtualenvs.create true --local
351
- poetry env use 3.12
351
+ poetry env use 3.13
352
352
- name : " Install dependencies"
353
353
run : " poetry install --no-interaction --no-ansi"
354
354
- name : " Mypy Tests"
@@ -384,7 +384,7 @@ jobs:
384
384
- name : Set up Python
385
385
uses : actions/setup-python@v5
386
386
with :
387
- python-version : ' 3.12 '
387
+ python-version : ' 3.13 '
388
388
- name : " Setup git credentials"
389
389
run : " git config --global user.name 'Infrahub' && \
390
390
git config --global user.email '[email protected] ' && \
@@ -394,7 +394,7 @@ jobs:
394
394
- name : " Setup Python environment"
395
395
run : |
396
396
poetry config virtualenvs.create true --local
397
- poetry env use 3.12
397
+ poetry env use 3.13
398
398
- name : " Install dependencies"
399
399
run : " poetry install --no-interaction --no-ansi"
400
400
- name : " Mypy Tests"
@@ -433,7 +433,7 @@ jobs:
433
433
- name : Set up Python
434
434
uses : actions/setup-python@v5
435
435
with :
436
- python-version : ' 3.12 '
436
+ python-version : ' 3.13 '
437
437
- name : Install tini
438
438
run : " apt-get update && apt-get install -y tini"
439
439
- name : " Setup git credentials"
@@ -456,7 +456,7 @@ jobs:
456
456
- name : " Setup Python environment"
457
457
run : |
458
458
poetry config virtualenvs.create true --local
459
- poetry env use 3.12
459
+ poetry env use 3.13
460
460
- name : " Install dependencies"
461
461
run : " poetry install --no-interaction --no-ansi"
462
462
- name : " Run tests"
@@ -500,7 +500,7 @@ jobs:
500
500
# - name: Set up Python
501
501
# uses: actions/setup-python@v5
502
502
# with:
503
- # python-version: '3.12 '
503
+ # python-version: '3.13 '
504
504
# - name: "Setup git credentials"
505
505
# run: "git config --global user.name 'Infrahub' && \
506
506
# git config --global user.email '[email protected] ' && \
@@ -510,7 +510,7 @@ jobs:
510
510
# - name: "Setup Python environment"
511
511
# run: |
512
512
# poetry config virtualenvs.create true --local
513
- # poetry env use 3.12
513
+ # poetry env use 3.13
514
514
# - name: "Install dependencies"
515
515
# run: "poetry install --no-interaction --no-ansi"
516
516
# - name: "Unit Tests"
@@ -533,12 +533,12 @@ jobs:
533
533
- name : Set up Python
534
534
uses : actions/setup-python@v5
535
535
with :
536
- python-version : 3.12
536
+ python-version : 3.13
537
537
- name : " Setup environment"
538
538
run : |
539
539
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
540
540
poetry config virtualenvs.create true --local
541
- poetry env use 3.12
541
+ poetry env use 3.13
542
542
pip install invoke toml
543
543
- name : " Install Package"
544
544
run : " poetry install"
@@ -625,7 +625,7 @@ jobs:
625
625
- name : Set up Python
626
626
uses : actions/setup-python@v5
627
627
with :
628
- python-version : 3.12
628
+ python-version : 3.13
629
629
- name : " Install dependencies"
630
630
run : npm install
631
631
- name : " Setup Python environment"
@@ -650,12 +650,12 @@ jobs:
650
650
- name : Set up Python
651
651
uses : actions/setup-python@v5
652
652
with :
653
- python-version : " 3.12 "
653
+ python-version : " 3.13 "
654
654
- name : " Setup Python environment"
655
655
run : |
656
656
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
657
657
poetry config virtualenvs.create true --local
658
- poetry env use 3.12
658
+ poetry env use 3.13
659
659
- name : " Install dependencies"
660
660
run : " poetry install --no-interaction --no-ansi"
661
661
- name : " Setup environment"
@@ -765,7 +765,7 @@ jobs:
765
765
- name : Set up Python
766
766
uses : actions/setup-python@v5
767
767
with :
768
- python-version : 3.12
768
+ python-version : 3.13
769
769
770
770
- name : Install Invoke
771
771
run : pip install invoke toml
@@ -936,7 +936,7 @@ jobs:
936
936
- name : Set up Python
937
937
uses : actions/setup-python@v5
938
938
with :
939
- python-version : " 3.12 "
939
+ python-version : " 3.13 "
940
940
941
941
- name : Install Invoke
942
942
run : |
@@ -1026,7 +1026,7 @@ jobs:
1026
1026
- name : Set up Python
1027
1027
uses : actions/setup-python@v5
1028
1028
with :
1029
- python-version : ' 3.12 '
1029
+ python-version : ' 3.13 '
1030
1030
- name : " Setup git credentials"
1031
1031
run : " git config --global user.name 'Infrahub' && \
1032
1032
git config --global user.email '[email protected] ' && \
@@ -1036,7 +1036,7 @@ jobs:
1036
1036
- name : " Setup Python environment"
1037
1037
run : |
1038
1038
poetry config virtualenvs.create true --local
1039
- poetry env use 3.12
1039
+ poetry env use 3.13
1040
1040
- name : " Install dependencies"
1041
1041
run : " poetry install --no-interaction --no-ansi"
1042
1042
- name : Update PATH
0 commit comments