Skip to content

Commit

Permalink
build for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Sep 9, 2022
1 parent 82923a3 commit 35ecfb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 35ecfb3

Please sign in to comment.