@@ -17,7 +17,7 @@ name = "jsrm" # Required
17
17
#
18
18
# For a discussion on single-sourcing the version, see
19
19
# https://packaging.python.org/guides/single-sourcing-package-version/
20
- version = " 0.0.9 " # Required
20
+ version = " 0.0.10 " # Required
21
21
22
22
# This is a one-line description or tagline of what your project does. This
23
23
# corresponds to the "Summary" metadata field:
@@ -38,7 +38,7 @@ readme = "README.md" # Optional
38
38
# 'Programming Language' classifiers above, 'pip install' will check this
39
39
# and refuse to install the project if the version does not match. See
40
40
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
41
- requires-python = " >=3.9 "
41
+ requires-python = " >=3.10 "
42
42
43
43
# This is either text indicating the license for the distribution, or a file
44
44
# that contains the license
@@ -87,11 +87,12 @@ classifiers = [ # Optional
87
87
# Specify the Python versions you support here. In particular, ensure
88
88
# that you indicate you support Python 3. These classifiers are *not*
89
89
# 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" ,
95
96
]
96
97
97
98
# This field lists other packages that your project depends on to run.
0 commit comments