Skip to content

Commit 59f4127

Browse files
committed
Add 3.10 to the CI
Signed-off-by: Bernát Gábor <[email protected]>
1 parent ddc19a5 commit 59f4127

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- windows-latest
2525
- macos-latest
2626
py:
27+
- 3.10.0-beta.4
2728
- 3.9
2829
- 3.8
2930
- 3.7

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
rev: v1.17.0
4343
hooks:
4444
- id: setup-cfg-fmt
45-
args: [--min-py3-version, "3.4"]
45+
args: [--min-py3-version, "3.5", "--max-py-version", "3.10"]
4646
- repo: https://github.com./PyCQA/flake8
4747
rev: "3.9.2"
4848
hooks:

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers =
2626
Programming Language :: Python :: 3.7
2727
Programming Language :: Python :: 3.8
2828
Programming Language :: Python :: 3.9
29+
Programming Language :: Python :: 3.10
2930
Programming Language :: Python :: Implementation :: CPython
3031
Programming Language :: Python :: Implementation :: PyPy
3132
Topic :: Software Development :: Libraries

0 commit comments

Comments
 (0)