Skip to content

Commit 22c9777

Browse files
committed
enable support for Python 3.10
1 parent ff34667 commit 22c9777

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/Tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
Test:
77
strategy:
88
matrix:
9-
python-version: ["3.7", "3.8", "3.9", "3.10.0-alpha.4", "pypy-3.7"]
9+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
1010
os: [ubuntu-latest, windows-latest]
1111

1212
runs-on: ${{ matrix.os }}

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python3-pyhp-core (3.1-1) stable; urgency=low
66
* add script to clear the cache on debian uninstall
77
* add PHP opcache functions to PHPWSGIInterface
88
* add TimestampedCodeSource methods to FileCacheSource and MemoryCacheSource
9+
* add support for python 3.10
910
* move code from wsgi.utils to [Compiler|RegexParser].from_config
1011
* move load_config from main to seperate config submodule
1112
* move FileSource constructor logic to .from_path and .with_inferred_spec

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers =
1616
Programming Language :: Python :: 3.7
1717
Programming Language :: Python :: 3.8
1818
Programming Language :: Python :: 3.9
19+
Programming Language :: Python :: 3.10
1920
Operating System :: Microsoft :: Windows
2021
Operating System :: POSIX
2122
Intended Audience :: Developers

0 commit comments

Comments
 (0)