summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stone <martin@d7415.co.uk>2023-04-22 19:59:19 +0100
committerMartin Stone <martin@d7415.co.uk>2023-04-22 20:01:32 +0100
commit3389695b9c9b9d1c35e0b6578578b80314d2b65c (patch)
treecd330205b04e722a227826d0b2b8ca587e629d17
parent1f24cb9d8d8adec39d1020803cd82fd1d8c1f637 (diff)
Add testing for Python 3.11
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--CHANGELOG.rst1
-rw-r--r--tox.ini1
3 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2df4fb02..9f51c12d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
tox-test: ["default"]
steps:
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 75451797..b3ca65e4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -23,6 +23,7 @@ not released
* NEW the `configure` command can now set up vdirsyncer
* NEW better error message for misuses of `at` and `list`
* NEW `discover` collection type now supports `**` (arbitrary depths)
+* NEW Add testing for Python 3.11
0.10.5
======
diff --git a/tox.ini b/tox.ini
index 20aef4bc..eb673d79 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,6 +33,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
+ 3.11: py311
[testenv:docs]
whitelist_externals = make