Skip to content

Commit

Permalink
no 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Oct 8, 2024
1 parent 3cea2b9 commit a7325bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12']
dependencies: ['full', 'pre']
include:
- os: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires =
tox>=4
envlist =
py3{9,10,11,12,13}-{full,pre}
py3{9,10,11,12}-{full,pre}
py39-min
skip_missing_interpreters = true

Expand All @@ -13,7 +13,6 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313

[gh-actions:env]
DEPENDS =
Expand Down

0 comments on commit a7325bc

Please sign in to comment.