Skip to content

Commit

Permalink
NO-JIRA: Add python 3.13 to tox testing
Browse files Browse the repository at this point in the history
This is needed for Fedora 41 and later where the default python is 3.13
  • Loading branch information
astitcher committed Sep 5, 2024
1 parent c320de4 commit dc1c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
# This will be overridden by ctest setting TOXENV for anything but this default
envlist = py39,py310,py311,py312
envlist = py39,py310,py311,py312,py313
minversion = 1.7.2
skip_missing_interpreters = True

Expand Down

0 comments on commit dc1c39f

Please sign in to comment.