Skip to content

Commit 1ef0b2e

Browse files
authored
Update version and Python requirements in setup.py
1 parent ef2cd0d commit 1ef0b2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
# Setup configuration
88
setup(
9-
name='spm',
10-
version='0.1.0',
9+
name='spm-python',
10+
version='25.01-alpha2',
1111
author='Johan Medrano',
1212
author_email='[email protected]',
1313
description='Python bindings for the SPM software.',
@@ -28,5 +28,5 @@
2828
'numpy',
2929
'scipy'
3030
],
31-
python_requires='>=3.6',
32-
)
31+
python_requires='>=3.9,<=3.12',
32+
)

0 commit comments

Comments
 (0)