Skip to content

Commit

Permalink
CI: only test with supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Oct 25, 2024
1 parent ee55277 commit 9868843
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 @@ -11,7 +11,7 @@ jobs:
matrix:
# Only test supported Python versions:
# https://endoflife.date/python
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9"]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
skipdist = true

envlist = py{38,39,310,311,312,py39}-test
envlist = py{39,310,311,312,313,py39}-test

[pytest]
norecursedirs = .eggs build tmp* vips-*
Expand Down

0 comments on commit 9868843

Please sign in to comment.