Skip to content

Commit

Permalink
Remove upper restriction on Python version
Browse files Browse the repository at this point in the history
Allows installing this package on Python 3.10
  • Loading branch information
ecederstrand authored Aug 17, 2023
1 parent 88eaaba commit f927a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structuremap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"software",
"AlphaPept ecosystem",
]
__python_version__ = ">=3.8,<3.10"
__python_version__ = ">=3.8"
__classifiers__ = [
"Development Status :: 1 - Planning",
# "Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit f927a34

Please sign in to comment.