aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 14:13:01 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 14:13:01 +0100
commit34ea868a00ab4f1e76d3c2e87d9e9c51786f4adf (patch)
tree24fa496cb87c74eff31be1e34aad73ac15283365 /.github/workflows
parentpin Python version (diff)
downloadcgitize-34ea868a00ab4f1e76d3c2e87d9e9c51786f4adf.tar.gz
cgitize-34ea868a00ab4f1e76d3c2e87d9e9c51786f4adf.zip
workflows/ci: test w/ Python 3.11 also
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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: