We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ca55e commit a0d6a05Copy full SHA for a0d6a05
1 file changed
pyproject.toml
@@ -24,13 +24,12 @@ classifiers = [
24
"License :: OSI Approved :: BSD License",
25
"Topic :: Scientific/Engineering :: Astronomy",
26
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
27
- "Programming Language :: Python :: 3.9",
28
"Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
30
"Programming Language :: Python :: 3.12",
31
"Programming Language :: Python :: 3.13",
32
]
33
-requires-python = ">=3.9.0"
+requires-python = ">=3.10.0"
34
dependencies = ["pixell>=0.29.0"]
35
36
[project.optional-dependencies]
0 commit comments