Skip to content

Commit

Permalink
Test Python 3.13 (#699)
Browse files Browse the repository at this point in the history
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
hugovk and ezio-melotti authored Aug 8, 2024
1 parent 50e0ee5 commit 3a2ae95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
# remember to update the envlist in tox.ini too
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{312, 311}
envlist = py{313, 312, 311}
toxworkdir = {env:TOX_WORK_DIR:.tox}

[testenv]
Expand Down

0 comments on commit 3a2ae95

Please sign in to comment.