Skip to content

Commit 22ec0c0

Browse files
committed
Test on 3.11 and add to classifiers
1 parent aa0c936 commit 22ec0c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# We don't test on Windows currently as it appears mocket may not
1515
# work there.
1616
platform: [ubuntu-latest, macos-latest]
17-
python-version: [3.7, 3.8, 3.9, "3.10"]
17+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
1818

1919
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
2020
runs-on: ${{ matrix.platform }}

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3.8
1818
Programming Language :: Python :: 3.9
1919
Programming Language :: Python :: 3.10
20+
Programming Language :: Python :: 3.11
2021
Programming Language :: Python
2122
Topic :: Internet :: Proxy Servers
2223
Topic :: Internet

0 commit comments

Comments
 (0)