Skip to content

Commit 957216a

Browse files
committed
Update jsrm version
1 parent ffe869e commit 957216a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "jsrm" # Required
1717
#
1818
# For a discussion on single-sourcing the version, see
1919
# https://packaging.python.org/guides/single-sourcing-package-version/
20-
version = "0.0.9" # Required
20+
version = "0.0.10" # Required
2121

2222
# This is a one-line description or tagline of what your project does. This
2323
# corresponds to the "Summary" metadata field:
@@ -38,7 +38,7 @@ readme = "README.md" # Optional
3838
# 'Programming Language' classifiers above, 'pip install' will check this
3939
# and refuse to install the project if the version does not match. See
4040
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
41-
requires-python = ">=3.9"
41+
requires-python = ">=3.10"
4242

4343
# This is either text indicating the license for the distribution, or a file
4444
# that contains the license
@@ -87,11 +87,12 @@ classifiers = [ # Optional
8787
# Specify the Python versions you support here. In particular, ensure
8888
# that you indicate you support Python 3. These classifiers are *not*
8989
# checked by "pip install". See instead "python_requires" below.
90-
"Programming Language :: Python :: 3",
91-
"Programming Language :: Python :: 3.9",
92-
"Programming Language :: Python :: 3.10",
93-
"Programming Language :: Python :: 3.11",
94-
"Programming Language :: Python :: 3 :: Only",
90+
"Programming Language :: Python :: 3",
91+
"Programming Language :: Python :: 3.9",
92+
"Programming Language :: Python :: 3.10",
93+
"Programming Language :: Python :: 3.11",
94+
"Programming Language :: Python :: 3.12",
95+
"Programming Language :: Python :: 3 :: Only",
9596
]
9697

9798
# This field lists other packages that your project depends on to run.

0 commit comments

Comments
 (0)