Skip to content

Commit

Permalink
Test against Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and jlaine committed Apr 2, 2023
1 parent 09a0833 commit a4e9630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python:
- "3.11"
- "3.10"
- "3.9"
- "3.8"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Internet :: WWW/HTTP",
]
dependencies = [
Expand Down

0 comments on commit a4e9630

Please sign in to comment.