Skip to content

Commit

Permalink
Bumping version in setup.py and running coverage tests in 3.12 which …
Browse files Browse the repository at this point in the history
…stan supports
  • Loading branch information
MichaelClerx committed Dec 18, 2024
1 parent 13fe890 commit e7a5a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
# Testing on version that Stan currently supports
python-version: '3.12'

- name: install pints
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ def load_version():
'pystan>=3',
]
},
python_requires='>=3.7',
python_requires='>=3.8',
)

0 comments on commit e7a5a0a

Please sign in to comment.