Nicolas Évrard pushed to branch branch/default at Tryton / python-sql


Commits:
5e6d4756 by Nicolas Évrard at 2023-02-03T16:57:05+01:00
Restore Python 3.5 classifier
- - - - -
c2ec8519 by Nicolas Évrard at 2023-02-03T16:57:27+01:00
Add support for Python 3.11
- - - - -


2 changed files:

- .gitlab-ci.yml
- setup.py


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -62,7 +62,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
=====================================
@@ -40,8 +40,9 @@
         'License :: OSI Approved :: BSD License',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
@@ -43,8 +44,9 @@
         'Programming Language :: Python :: 3.6',
         '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 :: Database',
         'Topic :: Software Development :: Libraries :: Python Modules',
         ],



View it on Heptapod: 
https://foss.heptapod.net/tryton/python-sql/-/compare/fcca2c75227b64df2564d6db94cc33b7ec7651f6...c2ec85192bc68f9b48b0af9d0ff0cf1d8f3f804e

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/python-sql/-/compare/fcca2c75227b64df2564d6db94cc33b7ec7651f6...c2ec85192bc68f9b48b0af9d0ff0cf1d8f3f804e
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to