Skip to content

Commit

Permalink
Update python version (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Jul 11, 2023
1 parent 6e70276 commit 6db5df7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
strategy:
matrix:
platform: ["ubuntu-latest", "windows-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10",
"3.11.0-beta - 3.11", "pypy-3.8", "pypy-3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9"]

steps:
- uses: "actions/checkout@v3"
Expand Down

0 comments on commit 6db5df7

Please sign in to comment.