Skip to content

Commit

Permalink
Allow new python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright committed Oct 27, 2023
1 parent f98843b commit 39e9163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ classifiers =

[options]
packages = find:
python_requires = >=3.8,<3.11
python_requires = >=3.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(),
python_requires=">=3.8,<3.11",
python_requires=">=3.8",
install_requires=["matplotlib",
"numpy",
"meshio",
Expand Down

0 comments on commit 39e9163

Please sign in to comment.