We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66cc63 commit c8e90b2Copy full SHA for c8e90b2
3 files changed
.github/workflows/run-tests.yaml
@@ -59,6 +59,7 @@ jobs:
59
- '3.9'
60
- '3.10'
61
- '3.11'
62
+ - '3.12'
63
steps:
64
- name: Checkout
65
uses: actions/checkout@v3
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
id: flake8
32
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
- rev: v2.4.0
+ rev: v2.5.0
35
hooks:
36
- name: format setup.cfg
37
id: setup-cfg-fmt
setup.cfg
@@ -22,6 +22,7 @@ classifiers =
22
Programming Language :: Python :: 3.9
23
Programming Language :: Python :: 3.10
24
Programming Language :: Python :: 3.11
25
+ Programming Language :: Python :: 3.12
26
Programming Language :: Python :: Implementation :: CPython
27
Topic :: Software Development
28
Topic :: Software Development :: User Interfaces
0 commit comments