From 4eb90ba7597508ade9c10c1bd81a47a4f1b4791d Mon Sep 17 00:00:00 2001 From: Stephane Thiell Date: Sat, 16 Sep 2023 14:52:04 -0700 Subject: [PATCH] Github Actions: enable py3.10 and py3.11 --- .github/workflows/nosetests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nosetests.yml b/.github/workflows/nosetests.yml index 5d92e3f4..06448146 100644 --- a/.github/workflows/nosetests.yml +++ b/.github/workflows/nosetests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [ '3.7', '3.8', '3.9'] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11'] include: - os: ubuntu-20.04 python-version: '3.6'