Skip to content

Commit 9412af9

Browse files
committed
Add Python 3.11 to metadata and workflows
1 parent d8d5f0e commit 9412af9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [windows, ubuntu, macos]
19-
python: ["3.7", "3.8", "3.9", "3.10"]
19+
python: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
2020
platform: [x64, x86]
2121
exclude:
2222
- os: ubuntu

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
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
"Operating System :: Microsoft :: Windows",
2728
"Operating System :: POSIX :: Linux",
2829
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)