Skip to content

Commit

Permalink
test python 3.13; include dev reqs in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Nov 11, 2024
1 parent 73f4165 commit c3ca938
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
# test on latest and minimum python version
python-version: ['3.12', '3.10']
python-version: ['3.13', '3.11']

steps:
- name: Check out repository
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ def absolute_links(txt):
# FIXME
# 'pypesto > 0.2.13',
'pypesto @ git+https://github.com/ICB-DCM/pyPESTO.git@select_use_old_calibrations#egg=pypesto',
'tox >= 3.12.4',
'flake8 >= 4.0.1',
],
'dev': [
requirement.strip()
for requirement in open("requirements_dev.txt").readlines()
],
'doc': [
'sphinx>=3.5.3,<7',
Expand Down

0 comments on commit c3ca938

Please sign in to comment.