Skip to content

Commit a36d6b7

Browse files
committed
3.10
1 parent 1a83457 commit a36d6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [macos-latest, windows-latest, ubuntu-latest]
22-
python-version: [3.8, 3.9, 3.10]
22+
python-version: ['3.8', '3.9', '3.10']
2323

2424
steps:
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: [3.8, 3.9, 3.10]
15+
python-version: ['3.8', '3.9', '3.10']
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)