Skip to content

Commit c9c5e0b

Browse files
michael-kadrienverge
authored andcommitted
CI: Add support for Python 3.11
1 parent a6e0e12 commit c9c5e0b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- '3.8'
4242
- '3.9'
4343
- '3.10'
44+
- '3.11'
4445
steps:
4546
- name: Checkout
4647
uses: actions/checkout@v3

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers =
2828
Programming Language :: Python :: 3.8
2929
Programming Language :: Python :: 3.9
3030
Programming Language :: Python :: 3.10
31+
Programming Language :: Python :: 3.11
3132
Topic :: Software Development
3233
Topic :: Software Development :: Debuggers
3334
Topic :: Software Development :: Quality Assurance

0 commit comments

Comments
 (0)