Skip to content

Commit bba1f5d

Browse files
jswhit2jswhit2
authored andcommitted
update python versions
1 parent a6e524f commit bba1f5d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
#NO_NET: 1
1515
strategy:
1616
matrix:
17-
python-version: ["3.13", "3.14-dev"]
17+
python-version: ["3.14"]
1818
steps:
1919

2020
- uses: actions/checkout@v5

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
#NO_NET: 1
1212
strategy:
1313
matrix:
14-
python-version: ["3.13"]
14+
python-version: ["3.14"]
1515
steps:
1616

1717
- uses: actions/checkout@v5

.github/workflows/build_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
#NO_NET: 1
1515
strategy:
1616
matrix:
17-
python-version: ["3.13"]
17+
python-version: ["3.14"]
1818
steps:
1919

2020
- uses: actions/checkout@v5

.github/workflows/miniconda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# NO_NET: 1
1313
strategy:
1414
matrix:
15-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
15+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1616
os: [windows-latest, ubuntu-latest, macos-latest]
1717
platform: [x64, x32]
1818
exclude:

0 commit comments

Comments
 (0)