Skip to content

Commit

Permalink
drop 3.8 add 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Oct 7, 2023
1 parent 85243c0 commit aa4e749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.10", "3.9", "3.8"]
python-version: ["3.11", "3.10", "3.9"]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.10", "3.9", "3.8"]
python-version: ["3.11", "3.10", "3.9"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit aa4e749

Please sign in to comment.