We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca65373 commit 6860b63Copy full SHA for 6860b63
1 file changed
.github/workflows/weekly.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
# Minimum and Maximum supported versions
24
- python-version: ['3.9.5']
+ python-version: ['3.10']
25
26
27
steps:
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
- python-version: ['3.10']
+ python-version: ['3.9']
107
108
109
- name: Get latest release with tag from GitHub API
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
154
155
156
- uses: actions/checkout@v2
0 commit comments