Skip to content

Commit efef9ac

Browse files
committed
temporarily restoring python 3.9 support and bumping version
1 parent 425cbe2 commit efef9ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

STMint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = ["STMint"]
2-
__version__ = "1.2.0"
2+
__version__ = "1.2.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ install_requires=
2323
scipy
2424
astropy
2525
sympy<1.13
26-
python_requires = >= 3.10
26+
python_requires = >= 3.9

0 commit comments

Comments
 (0)