CI: Add support for Python 3.11

pull/510/head
Michael Käufl 2 years ago committed by Adrien Vergé
parent a6e0e1213a
commit c9c5e0b1c7

@ -41,6 +41,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
steps:
- name: Checkout
uses: actions/checkout@v3

@ -28,6 +28,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development
Topic :: Software Development :: Debuggers
Topic :: Software Development :: Quality Assurance

Loading…
Cancel
Save