Skip to content

Commit 8e3e358

Browse files
author
Alan Christie
committed
build: Switch to Python 3.11 for build
1 parent 9c7ed30 commit 8e3e358

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
python-version:
35-
- '3.10'
35+
- '3.11'
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"Intended Audience :: Developers",
4242
"License :: OSI Approved :: MIT License",
4343
"Programming Language :: Python :: 3.10",
44+
"Programming Language :: Python :: 3.11",
4445
"Topic :: System :: Installation/Setup",
4546
"Operating System :: POSIX :: Linux",
4647
],

0 commit comments

Comments
 (0)