Skip to content

Commit e7b99a6

Browse files
committed
Extend testing to py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
1 parent 9e2b80f commit e7b99a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev", "pypy-3.10", "pypy-3.11"]
7+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15-dev", "pypy-3.10", "pypy-3.11"]
88
depset: ["min", "full"]
99
os: [ubuntu-latest, windows-latest, macos-latest]
1010
fail-fast: false

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = qa,{py39,py310,py311,py312,py313,py314,pypy310,pypy311}-{min,full}
2+
envlist = qa,{py39,py310,py311,py312,py313,py314,py315,pypy310,pypy311}-{min,full}
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)