commit: 0c8634082b20938b4e2eef52b171b8238526ae98
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 20:25:25 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 20:31:36 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0c863408
Test python 3.13
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.github/workflows/ci.yml | 1 +
tox.ini | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 698b8dcacf..3a897dbeec 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12-dev'
+ - '3.13-dev'
- 'pypy-3.10'
fail-fast: false
steps:
diff --git a/tox.ini b/tox.ini
index dcae3e87b5..23c533c345 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{39,310,311,312}-{pylint,test},pypy3-test
+envlist = py{39,310,311,312,313}-{pylint,test},pypy3-test
skipsdist = True
[gh-actions]
@@ -8,6 +8,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
+ 3.13: py313
pypy-3: pypy3
[gh-actions:env]