Skip to content

Commit e220aad

Browse files
authored
bump minimum Python version in pyproject.toml (nanobind stoppedd supporting EOL Python 3.8) (#474)
1 parent ed498aa commit e220aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ name = "PyPartMC"
260260
dynamic = ["version"]
261261
description = "Python interface to PartMC"
262262
readme = "README.md"
263-
requires-python = ">=3.8"
263+
requires-python = ">=3.9"
264264
authors = [
265265
{name = "https://github.com/open-atmos/PyPartMC/graphs/contributors", email = "nriemer@illinois.edu"}
266266
]

0 commit comments

Comments
 (0)