mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Previewer/Code: Declare Python 3.10 compatibility
This commit is contained in:
parent
94d9401927
commit
2440311b74
@ -17,6 +17,10 @@ The following languages are supported:
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Declare compatibility with Python 3.10
|
||||
|
||||
### 3.0
|
||||
|
||||
- Initial release for Indico 3.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-previewer-code
|
||||
version = 3.0
|
||||
version = 3.2
|
||||
description = Syntax highlighter for code attachments in Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.0
|
||||
indico>=3.2
|
||||
Pygments>=2.7.2,<3
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user