Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 03e1d04

Browse files
committed
build for python 3.11
1 parent 4a3d594 commit 03e1d04

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: windows-2019
2121
strategy:
2222
matrix:
23-
python-version: ['3.7', '3.8', '3.9', '3.10']
23+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-rc.1']
2424
architecture: ['x86', 'x64']
2525
name: Python ${{ matrix.python-version }} ${{ matrix.architecture }} bdist
2626
steps:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
## [Unreleased]
66

7+
### Added
8+
- Added build for Python 3.11.
9+
710
### Changed
811
- Update PyWinRT to [v1.0.0-beta.7](https://github.com/pywinrt/pywinrt/releases/tag/v1.0.0-beta.7).
912

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'Programming Language :: Python :: 3.8',
2424
'Programming Language :: Python :: 3.9',
2525
'Programming Language :: Python :: 3.10',
26+
'Programming Language :: Python :: 3.11',
2627
'Programming Language :: Python :: Implementation :: CPython',
2728
'Topic :: System :: Operating System',
2829
],

0 commit comments

Comments
 (0)