diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 14:13:01 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 14:13:01 +0100 |
commit | 34ea868a00ab4f1e76d3c2e87d9e9c51786f4adf (patch) | |
tree | 24fa496cb87c74eff31be1e34aad73ac15283365 | |
parent | pin Python version (diff) | |
download | cgitize-34ea868a00ab4f1e76d3c2e87d9e9c51786f4adf.tar.gz cgitize-34ea868a00ab4f1e76d3c2e87d9e9c51786f4adf.zip |
workflows/ci: test w/ Python 3.11 also
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |