Skip to content

Commit e8aa21e

Browse files
committed
Add comments to Python versions in Github workflow
1 parent 7d1bd55 commit e8aa21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
python:
17-
- 3.7
18-
- "3.10"
17+
- 3.7 # oldest Python supported by PSF
18+
- "3.10" # newest Python that is stable
1919
platform:
2020
- ubuntu-latest
2121
- macos-latest

0 commit comments

Comments
 (0)