Skip to content

Commit

Permalink
build: supports python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 25, 2024
1 parent 36e4dad commit 8002ad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ pipeline {
axes {
axis {
name 'PYTHON_VERSION'
values '3.9', '3.10', '3.11', '3.12'
values '3.9', '3.10', '3.11', '3.12', '3.13'
}
axis {
name 'OS'
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{39,310,311}-{PySide6,cli}
envlist = py{39,310,311,312,313}-{PySide6,cli}
isolated_build = true

[tool:pytest]
Expand All @@ -17,7 +17,7 @@ whitelist_externals=
download=true
commands = pytest --basetemp={envtmpdir} {env:pytest_args:} {posargs}

[testenv:py{38,39,310,311}-PySide6]
[testenv:py{38,39,310,311,312,313}-PySide6]
passenv =
XAUTHORITY
DISPLAY
Expand Down

0 comments on commit 8002ad0

Please sign in to comment.