Skip to content

Commit a0d6a05

Browse files
authored
Update Python version requirements in pyproject.toml
1 parent 10ca55e commit a0d6a05

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ classifiers = [
2424
"License :: OSI Approved :: BSD License",
2525
"Topic :: Scientific/Engineering :: Astronomy",
2626
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
27-
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
3029
"Programming Language :: Python :: 3.12",
3130
"Programming Language :: Python :: 3.13",
3231
]
33-
requires-python = ">=3.9.0"
32+
requires-python = ">=3.10.0"
3433
dependencies = ["pixell>=0.29.0"]
3534

3635
[project.optional-dependencies]

0 commit comments

Comments
 (0)