Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
73c53fbb by Cédric Krier at 2023-04-12T00:19:44+02:00
Drop python 3.7, add python 3.11 for quality module
- - - - -


2 changed files:

- modules/quality/setup.py
- modules/quality/tox.ini


Changes:

=====================================
modules/quality/setup.py
=====================================
@@ -114,7 +114,6 @@
         'Natural Language :: Ukrainian',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
@@ -118,7 +117,8 @@
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
+        'Programming Language :: Python :: 3.11',
         'Programming Language :: Python :: Implementation :: CPython',
         'Topic :: Office/Business',
         ],
     license='GPL-3',
@@ -121,8 +121,8 @@
         'Programming Language :: Python :: Implementation :: CPython',
         'Topic :: Office/Business',
         ],
     license='GPL-3',
-    python_requires='>=3.7',
+    python_requires='>=3.8',
     install_requires=requires,
     extras_require={
         'test': tests_require,


=====================================
modules/quality/tox.ini
=====================================
@@ -1,5 +1,5 @@
 [tox]
-envlist = {py37,py38,py39,py310}-{sqlite,postgresql}
+envlist = {py38,py39,py310,py311}-{sqlite,postgresql}
 
 [testenv]
 usedevelop = true



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/73c53fbb6ef13483a5244a02da7c61ee500fa727

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/73c53fbb6ef13483a5244a02da7c61ee500fa727
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to