Nicolas Évrard pushed to branch branch/default at Tryton / Relatorio
Commits:
e75b034b by Nicolas Évrard at 2023-02-03T17:17:21+01:00
Add support for Python 3.11
- - - - -
2 changed files:
- .gitlab-ci.yml
- setup.py
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -78,7 +78,7 @@
- tox -e "py${PYTHON_VERSION/./}" -vv -- -v --output-file junit.xml
parallel:
matrix:
- - PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
+ - PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
test-tox-pypy:
extends: .test-tox
=====================================
setup.py
=====================================
@@ -60,6 +60,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing",
],
View it on Heptapod:
https://foss.heptapod.net/tryton/relatorio/-/commit/e75b034bf72197b2b65bd7df2530030d959b930c
--
View it on Heptapod:
https://foss.heptapod.net/tryton/relatorio/-/commit/e75b034bf72197b2b65bd7df2530030d959b930c
You're receiving this email because of your account on foss.heptapod.net.