Skip to content

Commit 502dbb9

Browse files
authored
Merge pull request #63 from inducer/py3.x-in-github-ci
Use Python 3.x in Github CI script
2 parents f974f12 + 9a84292 commit 502dbb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: [3.6, 3.7, 3.8]
32+
python-version: ['3.6', '3.7', '3.x']
3333
steps:
3434
- uses: actions/checkout@v2
3535
-

0 commit comments

Comments
 (0)