Skip to content

Commit

Permalink
Merge pull request #352 from mfixstsci/add-python-3.12-build
Browse files Browse the repository at this point in the history
Add Python 3.12 Build
  • Loading branch information
mfixstsci authored Sep 18, 2024
2 parents c835ef2 + 0edaef5 commit 4d55254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -21,4 +21,5 @@ jobs:
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- run: pip install ".[test]"
- run: pip install setuptools
- run: pytest

0 comments on commit 4d55254

Please sign in to comment.