Skip to content

Commit

Permalink
Bump things
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lawrence committed Nov 3, 2023
1 parent 71bde33 commit 35d3bf8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, 3.10.0, 3.11-dev] #, pypy3]
python-version: [3.8, 3.9, 3.10.0, 3.11, 3.12] #, pypy3]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,6 @@ I'd like to thank here...
* Arjix - ArjixWasTaken
* ShoGinn
* FrackOverflow
* lmgarret

and of course dependabot[bot]
6 changes: 3 additions & 3 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sphinxcontrib-qthelp>=1.0.3
sphinxcontrib-serializinghtml>=1.1.5
elementpath>=2.5.2
python-dateutil>=2.8.2
requests>=2.27.1
urllib3>=1.26.9
requests~=2.31.0
urllib3~=2.0.5
html5lib>=1.1
cssselect>=1.1.0
cssselect>=1.2.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elementpath==2.5.2
elementpath~=2.5.2
python-dateutil==2.8.2
requests~=2.31.0
urllib3~=2.0.5
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def get_requirements(filename: str = "requirements.txt"):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 35d3bf8

Please sign in to comment.