Skip to content

Commit

Permalink
ci: update tested dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed Aug 16, 2024
1 parent e4460b3 commit 9376e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -37,8 +37,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
couchdb: ["2.3", "3.1", "3.2"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
couchdb: ["2.3", "3.1", "3.2", "3.3"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9376e04

Please sign in to comment.