Skip to content

Commit

Permalink
build: update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Apr 16, 2024
1 parent 24fc154 commit 9f47e35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Development Status :: 4 - Beta",
]

Expand All @@ -47,7 +46,6 @@ dependencies = [
"plumbum",
"pydantic",
"pyhdfs",
"typing_extensions >=3.7; python_version<'3.8'",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 9f47e35

Please sign in to comment.