Skip to content

Commit 88894e2

Browse files
authored
Add python3.11 to CI (#108)
* Add python 3.11 to CI * Exclude python 3.11 from macos test
1 parent e0540e3 commit 88894e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
python-version: [3.7, 3.8, 3.9, '3.10']
17+
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
18+
exclude:
19+
# excludes python 3.11 on macOS
20+
- os: macos-latest
21+
python-version: '3.11'
1822

1923
steps:
2024
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)