Skip to content

Commit c8e90b2

Browse files
committed
add python 3.12 support
1 parent e66cc63 commit c8e90b2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- '3.9'
6060
- '3.10'
6161
- '3.11'
62+
- '3.12'
6263
steps:
6364
- name: Checkout
6465
uses: actions/checkout@v3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
id: flake8
3232

3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.4.0
34+
rev: v2.5.0
3535
hooks:
3636
- name: format setup.cfg
3737
id: setup-cfg-fmt

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers =
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
2424
Programming Language :: Python :: 3.11
25+
Programming Language :: Python :: 3.12
2526
Programming Language :: Python :: Implementation :: CPython
2627
Topic :: Software Development
2728
Topic :: Software Development :: User Interfaces

0 commit comments

Comments
 (0)