diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bc898f4..44d7db0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ jobs: runs-on: windows-2019 strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-rc.1'] architecture: ['x86', 'x64'] name: Python ${{ matrix.python-version }} ${{ matrix.architecture }} bdist steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 861e692..b9c3c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## [Unreleased] +### Added +- Added builds for Python 3.11. + ### Changed - Updated PyWinRT to [v1.0.0-beta.7](https://github.com/pywinrt/pywinrt/releases/tag/v1.0.0-beta.7). - Updated to Windows SDK 22621. diff --git a/setup.py b/setup.py index f9e6cae..4ab9bcf 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: System :: Operating System', ],