We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83aae3 commit 5fffa75Copy full SHA for 5fffa75
.github/workflows/ot.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: "ubuntu-24.04"
22
strategy:
23
matrix:
24
- python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
+ python-version: ['3.9', '3.10', '3.11', '3.12']
25
26
steps:
27
- uses: actions/checkout@v3
0 commit comments