Skip to content

Commit

Permalink
Merge pull request #223 from hugovk/add-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Aug 26, 2021
2 parents d4c3d86 + d7fca7b commit 62e9915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ repos:
rev: v1.17.0
hooks:
- id: setup-cfg-fmt
args: ["--max-py-version=3.10"]
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Text Processing
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{py3, 39, 38, 37, 36}
py{py3, 310, 39, 38, 37, 36}

[testenv]
passenv =
Expand Down

0 comments on commit 62e9915

Please sign in to comment.