Skip to content

Commit 6e6baaa

Browse files
committed
CI: only test with supported Python versions
1 parent 986173e commit 6e6baaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# Only test supported Python versions:
1313
# https://endoflife.date/python
14-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.9"]
1515

1616
steps:
1717
- name: Checkout code

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
skipdist = true
33

4-
envlist = py{39,310,311,312,313,py39}-test
4+
envlist = py{310,311,312,313,314,py39}-test
55

66
[pytest]
77
norecursedirs = .eggs build tmp* vips-*

0 commit comments

Comments
 (0)