Skip to content

Commit

Permalink
Refresh supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing Wang committed Dec 11, 2022
1 parent 77be5f1 commit b192294
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,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# https://docs.python.org/devguide/#status-of-python-branches
python-version: [3.6, 3.7, 3.8]
# https://devguide.python.org/versions/#supported-versions
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
env:
- VERSION=2.10.1 MD5=13939bb85bd85bb376810c1e1d6f6bc8
- VERSION=3.2.2 MD5=e7cebb6420657030539dc644ed7ee1f0
Expand Down

0 comments on commit b192294

Please sign in to comment.