Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
MAINT: remove upper bound on requires-python
Browse files Browse the repository at this point in the history
build: Remove upper bound on requires-python
  • Loading branch information
jorgepiloto committed Oct 23, 2022
2 parents aaa4c33 + 1e2e5d3 commit b2fb098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "poliastro"
readme = "README.md"
requires-python = ">=3.8,<3.11"
requires-python = ">=3.8"
license = {file = "COPYING"}
authors = [
{name = "Juan Luis Cano Rodríguez", email = "hello@juanlu.space"}
Expand Down

0 comments on commit b2fb098

Please sign in to comment.