Skip to content

Commit

Permalink
Update python version to 3.8 and remove typing_extensions from depend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
diego-garro committed Jan 11, 2025
1 parent d448ff5 commit 5d4daf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ documentation = "https://github.com/TAF-Verification/aeromet-py/blob/main/doc/do
repository = "https://github.com/TAF-Verification/aeromet-py"

[tool.poetry.dependencies]
python = "^3.7"
typing-extensions = "^4.2.0"
python = "^3.8"

[tool.poetry.group.dev.dependencies]
coverage = "^6.4.4"
Expand Down

0 comments on commit 5d4daf2

Please sign in to comment.