From 34ea868a00ab4f1e76d3c2e87d9e9c51786f4adf Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 14:13:01 +0100 Subject: workflows/ci: test w/ Python 3.11 also --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10bf121..c1db5b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] name: 'Test / ${{ matrix.python-version }}' env: # API request rate limit is easily exceeded otherwise: -- cgit v1.2.3