Skip to content

Commit 25770bc

Browse files
authored
1 parent becc5fa commit 25770bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
19+
# https://devguide.python.org/versions/#supported-versions
1920
python-version:
2021
- "3.7"
2122
- "3.8"
2223
- "3.9"
2324
- "3.10"
25+
- "3.11"
2426

2527
steps:
2628
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)