Skip to content

Commit

Permalink
include python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit2 committed Oct 22, 2024
1 parent 6b7c064 commit 24e2ea0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
#NO_NET: 1
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
steps:

- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
#NO_NET: 1
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
steps:

- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
#NO_NET: 1
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
steps:

- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miniconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# NO_NET: 1
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
os: [windows-latest, ubuntu-latest, macos-latest]
platform: [x64, x32]
exclude:
Expand Down

0 comments on commit 24e2ea0

Please sign in to comment.