Skip to content

Commit

Permalink
tox: add Python 3.13, drop 3.7
Browse files Browse the repository at this point in the history
The version 3.7 is no longer available:
py37: skipped because could not find python interpreter with spec(s): py37
  • Loading branch information
praiskup committed Dec 5, 2024
1 parent 46f896b commit d3b4575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/fedora-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
strategy:
matrix:
tox_env:
- py37
# sync with /tox.ini
- py38
- py39
- py310
- py311
- py312
- py313

# Use GitHub's Linux Docker host
runs-on: ubuntu-latest
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py{36,37,38,39,310,311,312}
# sync with /.github/workflows/fedora-tox.yml
envlist = py{38,39,310,311,312,313}
skipsdist = True

[testenv]
Expand Down

0 comments on commit d3b4575

Please sign in to comment.