Skip to content

Commit

Permalink
feat(ci): add python 3.11 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Aug 4, 2023
1 parent c3796c0 commit 3c016ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
experimental: [false]
include:
- os: "ubuntu-latest"
python-version: "3.10"
python-version: "3.11"
experimental: true

- os: "ubuntu-latest"
python-version: "3.10"
python-version: "3.11"
experimental: false
coverage: true

Expand Down

0 comments on commit 3c016ec

Please sign in to comment.