1 parent a6e0e12 commit c9c5e0bCopy full SHA for c9c5e0b
2 files changed
.github/workflows/ci.yaml
@@ -41,6 +41,7 @@ jobs:
41
- '3.8'
42
- '3.9'
43
- '3.10'
44
+ - '3.11'
45
steps:
46
- name: Checkout
47
uses: actions/checkout@v3
setup.cfg
@@ -28,6 +28,7 @@ classifiers =
28
Programming Language :: Python :: 3.8
29
Programming Language :: Python :: 3.9
30
Programming Language :: Python :: 3.10
31
+ Programming Language :: Python :: 3.11
32
Topic :: Software Development
33
Topic :: Software Development :: Debuggers
34
Topic :: Software Development :: Quality Assurance
0 commit comments