Skip to content

Commit ca87917

Browse files
committed
Adjust package metadata to update python versions
1 parent 958deb3 commit ca87917

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,22 @@ maintainers = [
1717
license = { file = "LICENSE" }
1818
description = "A Python client for interacting with a VirES server"
1919
readme = "README.rst"
20-
requires-python = ">=3.6"
20+
requires-python = ">=3.7"
2121
classifiers = [
2222
"License :: OSI Approved :: MIT License",
2323
"Topic :: Scientific/Engineering",
2424
"Intended Audience :: Science/Research",
2525
"Intended Audience :: Developers",
2626
"Operating System :: OS Independent",
27-
"License :: OSI Approved :: MIT License",
2827
"Programming Language :: Python",
2928
"Programming Language :: Python :: 3",
30-
"Programming Language :: Python :: 3.6",
3129
"Programming Language :: Python :: 3.7",
3230
"Programming Language :: Python :: 3.8",
3331
"Programming Language :: Python :: 3.9",
3432
"Programming Language :: Python :: 3.10",
33+
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
3536
"Development Status :: 5 - Production/Stable",
3637
]
3738
dynamic = ["version"]

0 commit comments

Comments
 (0)