Skip to content

Commit d26557b

Browse files
committed
Python 3.10 and 3.11 are also supported
We've been running 3.11 on CI for a while now.
1 parent b9f7494 commit d26557b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Version 0.19.2
1919
"filesystem/icalendar"`` or ``type = "filesystem/vcard"``. This has not
2020
functional impact, and is merely for forward compatibility with the Rust
2121
implementation of vdirsyncer.
22+
- Python 3.10 and 3.11 are officially supported.
2223

2324
Version 0.19.1
2425
==============

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If your distribution doesn't provide a package for vdirsyncer, you still can
4242
use Python's package manager "pip". First, you'll have to check that the
4343
following things are installed:
4444

45-
- Python 3.7+ and pip.
45+
- Python 3.7 to 3.11 and pip.
4646
- ``libxml`` and ``libxslt``
4747
- ``zlib``
4848
- Linux or macOS. **Windows is not supported**, see :gh:`535`.

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def run(self):
7474
"Programming Language :: Python :: 3.7",
7575
"Programming Language :: Python :: 3.8",
7676
"Programming Language :: Python :: 3.9",
77+
"Programming Language :: Python :: 3.10",
78+
"Programming Language :: Python :: 3.11",
7779
"Topic :: Internet",
7880
"Topic :: Utilities",
7981
],

0 commit comments

Comments
 (0)