Skip to content

Commit

Permalink
Add Python 3.12 to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 5, 2024
1 parent 1718240 commit b0150b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

timeout-minutes: 30

Expand All @@ -40,4 +40,4 @@ jobs:
yml: ./codecov.yml
fail_ci_if_error: true
- name: Generate Documentation
run: tox -e docs
run: tox -e docs

0 comments on commit b0150b0

Please sign in to comment.