Skip to content

Commit

Permalink
Add Python 3.12 to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Oct 25, 2023
1 parent cb2c3da commit 0f6e23b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.12"
cache: pip
cache-dependency-path: |
pyproject.toml
cache-dependency-path: pyproject.toml

- run: |
pip install -U pip setuptools wheel
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Python ${{ matrix.python-version }} pytest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0f6e23b

Please sign in to comment.