Skip to content

Commit

Permalink
MAINT: Update minimum python, modernize CI
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
  • Loading branch information
mgxd and effigies authored Jul 10, 2023
1 parent 5694f08 commit 03b25e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.11"

sphinx:
configuration: docs/conf.py
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project_urls =
url = https://github.com/nipy/nitransforms

[options]
python_requires = >= 3.7
python_requires = >= 3.8
install_requires =
numpy >= 1.21.0
scipy >= 1.6.0
Expand Down

0 comments on commit 03b25e4

Please sign in to comment.