Skip to content

Commit

Permalink
chore: add 3.12 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Oct 4, 2023
1 parent e3338f8 commit 6e71a7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
-
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Main Script
run: |
make pip-install
Expand All @@ -37,7 +37,7 @@ jobs:
-
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Main Script
run: |
make pip-install
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -71,7 +71,7 @@ jobs:
-
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Main Script
run: |
make pip-install
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Utilities",
]
Expand Down

0 comments on commit 6e71a7f

Please sign in to comment.