commit: ba0b0de18b7404bdde1d1a0982250ccddb25bee7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 04:30:23 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 19 04:30:23 2022 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=ba0b0de1
tox.ini, github: add Python 3.10 final, add Python 3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/ci.yml | 7 +++++--
tox.ini | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 60b8205..83e6ef3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,11 +12,14 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- - '3.10.0-alpha - 3.10.0'
+ - '3.10'
+ - '3.11.0-alpha - 3.11.0'
- 'pypy-3.7'
+ - 'pypy-3.8'
+ - 'pypy-3.9'
env:
- PORTAGE_VERSION: "3.0.20"
+ PORTAGE_VERSION: "3.0.30"
steps:
- uses: actions/checkout@v2
diff --git a/tox.ini b/tox.ini
index 2a5f581..56b255a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,py38,py39,pypy3,flake8
+envlist = py37,py38,py39,py310,py311,pypy3,flake8
skip_missing_interpreters = True
[testenv]