Skip to content

Commit

Permalink
drop support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed Dec 19, 2023
1 parent 203fd12 commit 658ac02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- dglteam

dependencies:
- python >=3.8
- python >3.8
- pip
- tqdm
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dynamic = ["version"]
authors = [{ name = "Emmanuel Noutahi", email = "[email protected]" }]
readme = "README.md"
license = { text = "Apache" }
requires-python = ">=3.8"
requires-python = ">3.8"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 658ac02

Please sign in to comment.