Skip to content

Commit 4988655

Browse files
authored
Merge pull request #633 from stan-dev/ci/py311
Add Python 3.11 to CI
2 parents b382cc3 + 7ad126c commit 4988655

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, macos-latest, windows-latest]
42-
python-version: [3.7, 3.8, 3.9, "3.10.6"]
43-
# more specific version of 3.10 due to https://github.com/python/mypy/issues/13627
42+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
4443
env:
4544
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
4645
steps:
@@ -60,7 +59,7 @@ jobs:
6059
pip install codecov
6160
6261
- name: Run flake8, pylint, mypy
63-
if: matrix.python-version == '3.10.6'
62+
if: matrix.python-version == '3.11'
6463
run: |
6564
flake8 cmdstanpy test
6665
pylint -v cmdstanpy test

0 commit comments

Comments
 (0)