Skip to content

Commit

Permalink
only support python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dethos committed Jan 22, 2023
1 parent cc4acda commit a916ea1
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
166 changes: 63 additions & 103 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Security",
"Topic :: Text Processing :: Markup :: HTML",
"Typing :: Typed"
]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
beautifulsoup4 = "^4.10.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a916ea1

Please sign in to comment.