This is an automated email from the ASF dual-hosted git repository.
astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push:
new dc1c39fee NO-JIRA: Add python 3.13 to tox testing
dc1c39fee is described below
commit dc1c39fee9ea2105e88ee14a0b68802d69f06a70
Author: Andrew Stitcher <[email protected]>
AuthorDate: Wed Sep 4 17:59:10 2024 -0400
NO-JIRA: Add python 3.13 to tox testing
This is needed for Fedora 41 and later where the default python is 3.13
---
python/tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/tox.ini b/python/tox.ini
index f75ead919..b54806c5c 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]