Skip to content
Snippets Groups Projects
Commit b6e13885 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'pyver' into 'main'

MNT: Remove py38 requirement

See merge request !3
parents ff6a46d7 bc9065b4
No related branches found
No related tags found
1 merge request!3MNT: Remove py38 requirement
Pipeline #23268 passed
#!/usr/bin/env python
__version__ = '0.1.1'
__version__ = '0.1.2'
......@@ -8,7 +8,7 @@ dynamic = ["version"]
description = "Python implementation of dual-regression for CIFTI"
readme = {file = "README.md", content-type="text/markdown"}
license = {text = "Apache License Version 2.0"}
requires-python = ">=3.8"
requires-python = ">=3.7"
authors = [{name = "Sean Fitzgibbon", email = "sean.fitzgibbon@ndcn.ox.ac.uk"}]
dependencies = [
"click",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment