Skip to content

Commit 49c4331

Browse files
committed
python 3.6 isn't available on the latest ubuntu image
1 parent d3c5188 commit 49c4331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.6', '3.7', '3.8', '3.9']
23+
python-version: ['3.7', '3.8', '3.9']
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)