From b3c4e25f2a10e26bf276b918a43028c32ab74a76 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sun, 21 Nov 2021 11:22:28 +0100 Subject: [PATCH 1/4] Include py310 in the workflow. --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 77f6ce1a..5251d826 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python-version: ['3.7', '3.8', '3.9'] + python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 From 78913630174beb09900444de536708531a53bc6a Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sun, 21 Nov 2021 11:23:48 +0100 Subject: [PATCH 2/4] to changes. --- docs/source/changes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 80c2740e..c736e91b 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -14,6 +14,7 @@ all releases are available on `PyPI `_ and table for the default verbosity level of 1. They are displayed at 2. - :gh:`144` adds tryceratops to the pre-commit hooks for catching issues with exceptions. +- :gh:`153` adds support and testing for Python 3.10. 0.1.1 - 2021-08-25 From 51702c7cdc0548adcaf69c71f028c2ac86787e10 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sat, 15 Jan 2022 17:18:58 +0100 Subject: [PATCH 3/4] Fix more modern attrs in line with pytest. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 72e86c10..6dc587db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ project_urls = [options] packages = find: install_requires = - attrs>=17.4.0 + attrs>=19.2.0 click click-default-group networkx>=2.4 From f1981dd94287a277b1bbf3c22380209b16acbb43 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Fri, 28 Jan 2022 01:50:57 +0100 Subject: [PATCH 4/4] Upgrade to new pony version. --- docs/rtd_environment.yml | 2 +- environment.yml | 2 +- setup.cfg | 2 +- tox.ini | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/rtd_environment.yml b/docs/rtd_environment.yml index d5d09a9b..76e3cf83 100644 --- a/docs/rtd_environment.yml +++ b/docs/rtd_environment.yml @@ -24,7 +24,7 @@ dependencies: - click-default-group - networkx - pluggy - - pony >=0.7.13 + - pony >=0.7.15 - pexpect - rich diff --git a/environment.yml b/environment.yml index 510c0e49..57f54b7f 100644 --- a/environment.yml +++ b/environment.yml @@ -21,7 +21,7 @@ dependencies: - click-default-group - networkx - pluggy - - pony >=0.7.13 + - pony >=0.7.15 - rich # Misc diff --git a/setup.cfg b/setup.cfg index 6dc587db..590b0723 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = networkx>=2.4 packaging pluggy - pony>=0.7.13 + pony>=0.7.15 rich python_requires = >=3.6.1 include_package_data = True diff --git a/tox.ini b/tox.ini index 8cfbf129..b8946225 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ conda_deps = click-default-group networkx>=2.4 pluggy - pony >= 0.7.13 + pony >= 0.7.15 rich # Optional and test dependencies