From ba0b0de18b7404bdde1d1a0982250ccddb25bee7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 19 May 2022 04:30:23 +0000 Subject: tox.ini, github: add Python 3.10 final, add Python 3.11 Signed-off-by: Sam James --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3