Skip to content

Commit 24e2ea0

Browse files
author
Jeff Whitaker
committed
include python 3.13
1 parent 6b7c064 commit 24e2ea0

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
@@ -13,7 +13,7 @@ jobs:
1313
#NO_NET: 1
1414
strategy:
1515
matrix:
16-
python-version: ["3.11"]
16+
python-version: ["3.12"]
1717
steps:
1818

1919
- uses: actions/checkout@v4

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
#NO_NET: 1
1111
strategy:
1212
matrix:
13-
python-version: ["3.11"]
13+
python-version: ["3.12"]
1414
steps:
1515

1616
- uses: actions/checkout@v4

.github/workflows/build_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
#NO_NET: 1
1414
strategy:
1515
matrix:
16-
python-version: ["3.11"]
16+
python-version: ["3.12"]
1717
steps:
1818

1919
- uses: actions/checkout@v4

.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.9", "3.10", "3.11", "3.12" ]
15+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1616
os: [windows-latest, ubuntu-latest, macos-latest]
1717
platform: [x64, x32]
1818
exclude:

0 commit comments

Comments
 (0)