Skip to content

Commit

Permalink
Merge dffe2af into 52797c4
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Dec 26, 2022
2 parents 52797c4 + dffe2af commit 9439d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -92,7 +92,7 @@ jobs:
run: coverage report -m --fail-under=100
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
test-network:
name: Test Network Request
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -46,6 +46,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Utilities",
],
description=(
Expand Down

0 comments on commit 9439d0b

Please sign in to comment.