summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-07 22:52:20 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-07 22:52:20 +0300
commite60700816e982955b948d4079f28c7046865ff04 (patch)
tree15c694e26923cccdc394c10af639a9a4efe797e4
parent9f2a6b8cad12aa52a6a94b0a8a75673e0480500b (diff)
downloadsetuptools-scm-e60700816e982955b948d4079f28c7046865ff04.tar.gz
Add support for Python 3.10 final
-rw-r--r--.github/workflows/python-tests.yml2
-rw-r--r--.pre-commit-config.yaml4
-rw-r--r--setup.cfg1
3 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index 638242e..542b221 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10-dev', 'pypy3' ]
+ python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3' ]
os: [windows-latest, ubuntu-latest] #, macos-latest]
include:
- os: windows-latest
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ef35716..dc7c0bd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,11 +26,11 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v1.17.0
+ rev: v1.18.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: 'v0.910'
+ rev: 'v0.910-1'
hooks:
- id: mypy
additional_dependencies:
diff --git a/setup.cfg b/setup.cfg
index e11f276..f9237af 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries
Topic :: Software Development :: Version Control
Topic :: System :: Software Distribution