Skip to content

Commit 3b6bc32

Browse files
committed
v7.0.2.5
1. More changes to the workflows python versions, now explicitly states the version no. Signed-off-by: Raja Tomar <rajatomar788@gmail.com>
1 parent 66fe717 commit 3b6bc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Run on all available platforms
3030
os: [ ubuntu-latest, windows-latest, macos-latest ]
3131
# Run in all versions of python
32-
python-version: [ '2.x', '3.x', 'pypy-2.7', 'pypy-3.8' ]
32+
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', 'pypy-2.7', 'pypy-3.8']
3333

3434
steps:
3535
# Checkout the latest code from the repo

0 commit comments

Comments
 (0)