Skip to content

Commit

Permalink
Merge pull request #552 from UIUCLibrary/support-python-3.13
Browse files Browse the repository at this point in the history
build support python 3.13
  • Loading branch information
henryborchers authored Nov 22, 2024
2 parents 1e45556 + f42176c commit b29899d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
frontend: ["", "PySide6"]
fail-fast: false
name: Python ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.frontend }} build
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit b29899d

Please sign in to comment.