Skip to content

Commit

Permalink
Merge pull request #443 from languitar/feature/python-3-13
Browse files Browse the repository at this point in the history
feat: test on Python 3.13
  • Loading branch information
languitar authored Jan 12, 2025
2 parents d95dd5c + 9fef77d commit ec9ca34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- name: Clone repo
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = coverage-clean,test-py{310,311,312}, check, coverage
envlist = coverage-clean,test-py{310,311,312,313}, check, coverage

[testenv]
extras = test
Expand All @@ -18,7 +18,7 @@ commands = coverage erase
depends =

[testenv:coverage]
depends = test-py{39,310,311,312}
depends = test-py{39,310,311,312,313}
deps =
coverage
skip_install = true
Expand All @@ -43,3 +43,4 @@ python =
3.10: py310, coverage
3.11: py311, coverage
3.12: py312, coverage
3.13: py313, coverage

0 comments on commit ec9ca34

Please sign in to comment.