@@ -176,13 +176,13 @@ jobs:
176
176
id : python
177
177
uses : actions/setup-python@v5
178
178
with :
179
- python-version : " 3.12 "
179
+ python-version : " 3.13 "
180
180
181
181
- name : " Setup Python environment"
182
182
run : |
183
183
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
184
184
poetry config virtualenvs.create true --local
185
- poetry env use 3.12
185
+ poetry env use 3.13
186
186
env :
187
187
PIPX_DEFAULT_PYTHON : ${{ steps.python.outputs.python-path }}
188
188
@@ -235,7 +235,7 @@ jobs:
235
235
- name : Set up Python
236
236
uses : actions/setup-python@v5
237
237
with :
238
- python-version : ' 3.12 '
238
+ python-version : ' 3.13 '
239
239
- name : " Setup git credentials"
240
240
run : " git config --global user.name 'Infrahub' && \
241
241
git config --global user.email '[email protected] ' && \
@@ -245,7 +245,7 @@ jobs:
245
245
- name : " Setup Python environment"
246
246
run : |
247
247
poetry config virtualenvs.create true --local
248
- poetry env use 3.12
248
+ poetry env use 3.13
249
249
- name : " Install dependencies"
250
250
run : " poetry install --no-interaction --no-ansi"
251
251
- name : " Unit Tests"
@@ -288,7 +288,7 @@ jobs:
288
288
- name : Set up Python
289
289
uses : actions/setup-python@v5
290
290
with :
291
- python-version : ' 3.12 '
291
+ python-version : ' 3.13 '
292
292
- name : " Setup git credentials"
293
293
run : " git config --global user.name 'Infrahub' && \
294
294
git config --global user.email '[email protected] ' && \
@@ -298,7 +298,7 @@ jobs:
298
298
- name : " Setup Python environment"
299
299
run : |
300
300
poetry config virtualenvs.create true --local
301
- poetry env use 3.12
301
+ poetry env use 3.13
302
302
- name : " Install dependencies"
303
303
run : " poetry install --no-interaction --no-ansi"
304
304
- name : " Mypy Tests"
@@ -334,7 +334,7 @@ jobs:
334
334
- name : Set up Python
335
335
uses : actions/setup-python@v5
336
336
with :
337
- python-version : ' 3.12 '
337
+ python-version : ' 3.13 '
338
338
- name : " Setup git credentials"
339
339
run : " git config --global user.name 'Infrahub' && \
340
340
git config --global user.email '[email protected] ' && \
@@ -344,7 +344,7 @@ jobs:
344
344
- name : " Setup Python environment"
345
345
run : |
346
346
poetry config virtualenvs.create true --local
347
- poetry env use 3.12
347
+ poetry env use 3.13
348
348
- name : " Install dependencies"
349
349
run : " poetry install --no-interaction --no-ansi"
350
350
- name : " Mypy Tests"
@@ -383,7 +383,7 @@ jobs:
383
383
- name : Set up Python
384
384
uses : actions/setup-python@v5
385
385
with :
386
- python-version : ' 3.12 '
386
+ python-version : ' 3.13 '
387
387
- name : Install tini
388
388
run : " apt-get update && apt-get install -y tini"
389
389
- name : " Setup git credentials"
@@ -406,7 +406,7 @@ jobs:
406
406
- name : " Setup Python environment"
407
407
run : |
408
408
poetry config virtualenvs.create true --local
409
- poetry env use 3.12
409
+ poetry env use 3.13
410
410
- name : " Install dependencies"
411
411
run : " poetry install --no-interaction --no-ansi"
412
412
- name : " Run tests"
@@ -450,7 +450,7 @@ jobs:
450
450
# - name: Set up Python
451
451
# uses: actions/setup-python@v5
452
452
# with:
453
- # python-version: '3.12 '
453
+ # python-version: '3.13 '
454
454
# - name: "Setup git credentials"
455
455
# run: "git config --global user.name 'Infrahub' && \
456
456
# git config --global user.email '[email protected] ' && \
@@ -460,7 +460,7 @@ jobs:
460
460
# - name: "Setup Python environment"
461
461
# run: |
462
462
# poetry config virtualenvs.create true --local
463
- # poetry env use 3.12
463
+ # poetry env use 3.13
464
464
# - name: "Install dependencies"
465
465
# run: "poetry install --no-interaction --no-ansi"
466
466
# - name: "Unit Tests"
@@ -484,12 +484,13 @@ jobs:
484
484
id : python
485
485
uses : actions/setup-python@v5
486
486
with :
487
- python-version : 3.12
487
+ python-version : 3.13
488
488
- name : " Setup environment"
489
489
run : |
490
490
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
491
491
poetry config virtualenvs.create true --local
492
- poetry env use 3.12
492
+ poetry env use 3.13
493
+ pip install invoke toml
493
494
env :
494
495
PIPX_DEFAULT_PYTHON : ${{ steps.python.outputs.python-path }}
495
496
- name : " Install Package"
@@ -563,12 +564,12 @@ jobs:
563
564
id : python
564
565
uses : actions/setup-python@v5
565
566
with :
566
- python-version : 3.12
567
+ python-version : 3.13
567
568
- name : " Setup python environment"
568
569
run : |
569
570
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
570
571
poetry config virtualenvs.create true --local
571
- poetry env use 3.12
572
+ poetry env use 3.13
572
573
env :
573
574
PIPX_DEFAULT_PYTHON : ${{ steps.python.outputs.python-path }}
574
575
- name : " Install Poetry packages"
@@ -603,12 +604,12 @@ jobs:
603
604
id : python
604
605
uses : actions/setup-python@v5
605
606
with :
606
- python-version : " 3.12 "
607
+ python-version : " 3.13 "
607
608
- name : " Setup Python environment"
608
609
run : |
609
610
pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
610
611
poetry config virtualenvs.create true --local
611
- poetry env use 3.12
612
+ poetry env use 3.13
612
613
env :
613
614
PIPX_DEFAULT_PYTHON : ${{ steps.python.outputs.python-path }}
614
615
- name : " Install dependencies"
@@ -720,7 +721,7 @@ jobs:
720
721
- name : Set up Python
721
722
uses : actions/setup-python@v5
722
723
with :
723
- python-version : 3.12
724
+ python-version : 3.13
724
725
725
726
- name : Install Invoke
726
727
run : pip install invoke toml
@@ -892,7 +893,7 @@ jobs:
892
893
- name : Set up Python
893
894
uses : actions/setup-python@v5
894
895
with :
895
- python-version : " 3.12 "
896
+ python-version : " 3.13 "
896
897
897
898
- name : Install Invoke
898
899
run : |
@@ -983,7 +984,7 @@ jobs:
983
984
- name : Set up Python
984
985
uses : actions/setup-python@v5
985
986
with :
986
- python-version : ' 3.12 '
987
+ python-version : ' 3.13 '
987
988
- name : " Setup git credentials"
988
989
run : " git config --global user.name 'Infrahub' && \
989
990
git config --global user.email '[email protected] ' && \
@@ -993,7 +994,7 @@ jobs:
993
994
- name : " Setup Python environment"
994
995
run : |
995
996
poetry config virtualenvs.create true --local
996
- poetry env use 3.12
997
+ poetry env use 3.13
997
998
- name : " Install dependencies"
998
999
run : " poetry install --no-interaction --no-ansi"
999
1000
- name : Update PATH
0 commit comments