We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e1a8e commit 27d43dfCopy full SHA for 27d43df
1 file changed
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest]
16
- python-version: [3.10.15] #3.8 previously
+ python-version: [3.10.x] #3.10.15 previously
17
steps:
18
- uses: actions/checkout@v2
19
0 commit comments