mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Python 3.10 and 3.11 are also supported
We've been running 3.11 on CI for a while now.
This commit is contained in:
parent
b9f749467c
commit
d26557bee3
3 changed files with 4 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ Version 0.19.2
|
|||
"filesystem/icalendar"`` or ``type = "filesystem/vcard"``. This has not
|
||||
functional impact, and is merely for forward compatibility with the Rust
|
||||
implementation of vdirsyncer.
|
||||
- Python 3.10 and 3.11 are officially supported.
|
||||
|
||||
Version 0.19.1
|
||||
==============
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ If your distribution doesn't provide a package for vdirsyncer, you still can
|
|||
use Python's package manager "pip". First, you'll have to check that the
|
||||
following things are installed:
|
||||
|
||||
- Python 3.7+ and pip.
|
||||
- Python 3.7 to 3.11 and pip.
|
||||
- ``libxml`` and ``libxslt``
|
||||
- ``zlib``
|
||||
- Linux or macOS. **Windows is not supported**, see :gh:`535`.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -74,6 +74,8 @@ setup(
|
|||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Topic :: Internet",
|
||||
"Topic :: Utilities",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue