Skip to content

Commit 6860b63

Browse files
committed
cant specify full python version in GHA
1 parent ca65373 commit 6860b63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
# Minimum and Maximum supported versions
24-
python-version: ['3.9.5']
24+
python-version: ['3.10']
2525

2626

2727
steps:
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
matrix:
105105
# Minimum and Maximum supported versions
106-
python-version: ['3.10']
106+
python-version: ['3.9']
107107

108108
steps:
109109
- name: Get latest release with tag from GitHub API
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
matrix:
152152
# Minimum and Maximum supported versions
153-
python-version: ['3.10']
153+
python-version: ['3.9']
154154

155155
steps:
156156
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)