File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 59
59
- ' 3.9'
60
60
- ' 3.10'
61
61
- ' 3.11'
62
+ - ' 3.12'
62
63
steps :
63
64
- name : Checkout
64
65
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -31,11 +31,13 @@ repos:
31
31
id : flake8
32
32
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
- rev : v2.2 .0
34
+ rev : v2.5 .0
35
35
hooks :
36
36
- name : format setup.cfg
37
37
id : setup-cfg-fmt
38
- args : [--include-version-classifiers]
38
+ args :
39
+ - " --include-version-classifiers"
40
+ - " --min-py-version=3.7"
39
41
40
42
- repo : https://github.com/executablebooks/mdformat
41
43
rev : 0.7.16
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ long_description_content_type = text/markdown
7
7
url = https://github.com/magmax/python-readchar
8
8
author_email = miguelangel.garcia@gmail.com
9
9
license = MIT
10
- license_file = LICENCE
11
10
license_files = LICENCE
12
11
classifiers =
13
12
Development Status :: 5 - Production/Stable
@@ -23,6 +22,7 @@ classifiers =
23
22
Programming Language :: Python :: 3.9
24
23
Programming Language :: Python :: 3.10
25
24
Programming Language :: Python :: 3.11
25
+ Programming Language :: Python :: 3.12
26
26
Programming Language :: Python :: Implementation :: CPython
27
27
Topic :: Software Development
28
28
Topic :: Software Development :: User Interfaces
You can’t perform that action at this time.
0 commit comments