Skip to content

Commit 6db5df7

Browse files
authored
Update python version (#895)
1 parent 6e70276 commit 6db5df7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
platform: ["ubuntu-latest", "windows-latest"]
21-
python-version: ["3.7", "3.8", "3.9", "3.10",
22-
"3.11.0-beta - 3.11", "pypy-3.8", "pypy-3.9"]
21+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9"]
2322

2423
steps:
2524
- uses: "actions/checkout@v3"

0 commit comments

Comments
 (0)