Skip to content

Commit

Permalink
ADD: python3.12 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Sep 8, 2024
1 parent 784388e commit 8c63aa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyrad_tests_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest" ]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
max-parallel: 6

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyrad_tests_base_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest" , "windows-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
max-parallel: 6

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyrad_tests_mch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest"]
python-version: [ "3.9", "3.10", "3.11"]
python-version: [ "3.9", "3.10", "3.11", "3.12"]
max-parallel: 6

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyrad_tests_mch_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest"]
python-version: [ "3.9", "3.10", "3.11"]
python-version: [ "3.9", "3.10", "3.11", "3.12"]
max-parallel: 6

defaults:
Expand Down

0 comments on commit 8c63aa1

Please sign in to comment.