Previewer/Code: Declare Python 3.10 compatibility

This commit is contained in:
Adrian Moennich 2022-08-25 00:55:34 +02:00
parent 94d9401927
commit 2440311b74
2 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,10 @@ The following languages are supported:
## Changelog ## Changelog
### 3.2
- Declare compatibility with Python 3.10
### 3.0 ### 3.0
- Initial release for Indico 3.0 - Initial release for Indico 3.0

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-previewer-code name = indico-plugin-previewer-code
version = 3.0 version = 3.2
description = Syntax highlighter for code attachments in Indico description = Syntax highlighter for code attachments in Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true include_package_data = true
python_requires = >=3.9.0, <3.11 python_requires = >=3.9.0, <3.11
install_requires = install_requires =
indico>=3.0 indico>=3.2
Pygments>=2.7.2,<3 Pygments>=2.7.2,<3
[options.entry_points] [options.entry_points]