Skip to content

Commit 10bf1b1

Browse files
committed
Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency.
1 parent 1a6b828 commit 10bf1b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
python:
10-
- 3.7
11-
- 3.9
12-
- "3.10"
10+
# Build on pre-releases until stable, then stable releases.
11+
# actions/setup-python#213
12+
- ~3.7.0-0
13+
- ~3.10.0-0
14+
- ~3.11.0-0
1315
platform:
1416
- ubuntu-latest
1517
- macos-latest

0 commit comments

Comments
 (0)