Skip to content

Commit

Permalink
Bump Python requirement to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Dec 24, 2023
1 parent ad765a1 commit ca5c714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.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.8", "3.11"]
python-version: ["3.9", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -80,7 +79,7 @@
}
},
zip_safe=False,
python_requires='>=3.8',
python_requires='>=3.9',
install_requires=[
'llsd<1.1.0',
'defusedxml',
Expand Down

0 comments on commit ca5c714

Please sign in to comment.