Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ repos:
id: flake8

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.2.0
rev: v2.5.0
hooks:
- name: format setup.cfg
id: setup-cfg-fmt
args: [--include-version-classifiers]
args:
- "--include-version-classifiers"
- "--min-py-version=3.7"

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ long_description_content_type = text/markdown
url = https://github.com/magmax/python-readchar
author_email = miguelangel.garcia@gmail.com
license = MIT
license_file = LICENCE
license_files = LICENCE
classifiers =
Development Status :: 5 - Production/Stable
Expand All @@ -23,6 +22,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
Topic :: Software Development :: User Interfaces
Expand Down