Skip to content

Commit

Permalink
Added Python 3.12 support. Dropped 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessTrax committed Nov 6, 2023
1 parent d7a012c commit b194e40
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ author-email = "[email protected]"
home-page = "https://github.com/EndlessTrax/pyanchor/"
classifiers = [
"License :: OSI Approved :: MIT License",
"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"
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12 "
]
description-file="README.md"
requires = [
"beautifulsoup4",
"requests",
"typer",
"lxml",
"colorama"
"beautifulsoup4==4.11.1",
"requests==2.31.0",
"typer==0.5.0",
"lxml==4.9.2",
"colorama==0.4.5"
]
requires-python=">=3.7"
requires-python=">=3.8"

[tool.flit.metadata.urls]
Documentation = "https://github.com/EndlessTrax/pyanchor/blob/master/README.md"
Expand Down

0 comments on commit b194e40

Please sign in to comment.