Skip to content

Commit a5936a7

Browse files
committed
use correct Python versions in actions
1 parent 854eb94 commit a5936a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-packages-and-documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: true
3434
matrix:
35-
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
35+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3636
steps:
3737
- uses: actions/checkout@v3
3838

@@ -65,7 +65,7 @@ jobs:
6565
runs-on: windows-latest
6666
strategy:
6767
matrix:
68-
python-version: [3.8, 3.9, 3.10, 3.11]
68+
python-version: ["3.8", "3.9", "3.10", "3.11"]
6969
steps:
7070
- uses: actions/checkout@v3
7171

0 commit comments

Comments
 (0)