Skip to content

Commit

Permalink
ci: Add python 3.11 to tested python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed Dec 2, 2022
1 parent b09c66f commit 977357d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -7,7 +7,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"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -37,7 +37,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"]
couchdb: ["2.3", "3.1", "3.2"]

steps:
Expand Down

0 comments on commit 977357d

Please sign in to comment.