Skip to content

Commit fd4d6ad

Browse files
authored
fix workflow
1 parent ce4f2ee commit fd4d6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python: [3.10, 3.9, 3.8, 3.7, 3.6, 3.5]
12+
python: ["3.11", "3.10", "3.9", "3.8", "3.7", "3.6", "3.5"]
1313
steps:
1414
- uses: actions/checkout@v2
1515
with:

0 commit comments

Comments
 (0)