Skip to content

Commit

Permalink
Test Python 3.14 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 8, 2024
1 parent 0ab7f2c commit 494d3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

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{313, 312, 311, 310, 39}
envlist = py{314, 313, 312, 311, 310, 39}
toxworkdir={env:TOX_WORK_DIR:.tox}

[testenv]
Expand Down

0 comments on commit 494d3de

Please sign in to comment.