Skip to content

Commit

Permalink
enable support for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric-W committed Oct 2, 2021
1 parent ff34667 commit 22c9777
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Test:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10.0-alpha.4", "pypy-3.7"]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python3-pyhp-core (3.1-1) stable; urgency=low
* add script to clear the cache on debian uninstall
* add PHP opcache functions to PHPWSGIInterface
* add TimestampedCodeSource methods to FileCacheSource and MemoryCacheSource
* add support for python 3.10
* move code from wsgi.utils to [Compiler|RegexParser].from_config
* move load_config from main to seperate config submodule
* move FileSource constructor logic to .from_path and .with_inferred_spec
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Intended Audience :: Developers
Expand Down

0 comments on commit 22c9777

Please sign in to comment.