Skip to content

Commit ff55df2

Browse files
authored
Merge 64db890 into 38ec8f4
2 parents 38ec8f4 + 64db890 commit ff55df2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ repos:
3131
id: flake8
3232

3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.2.0
34+
rev: v2.5.0
3535
hooks:
3636
- name: format setup.cfg
3737
id: setup-cfg-fmt
38-
args: [--include-version-classifiers]
38+
args:
39+
- "--include-version-classifiers"
40+
- "--min-py-version=3.7"
3941

4042
- repo: https://github.com/executablebooks/mdformat
4143
rev: 0.7.16

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ long_description_content_type = text/markdown
77
url = https://github.com/magmax/python-readchar
88
author_email = miguelangel.garcia@gmail.com
99
license = MIT
10-
license_file = LICENCE
1110
license_files = LICENCE
1211
classifiers =
1312
Development Status :: 5 - Production/Stable
@@ -23,6 +22,7 @@ classifiers =
2322
Programming Language :: Python :: 3.9
2423
Programming Language :: Python :: 3.10
2524
Programming Language :: Python :: 3.11
25+
Programming Language :: Python :: 3.12
2626
Programming Language :: Python :: Implementation :: CPython
2727
Topic :: Software Development
2828
Topic :: Software Development :: User Interfaces

0 commit comments

Comments
 (0)