]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Use wheel 0.37 as minimum version
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 14 Jan 2022 00:07:03 +0000 (01:07 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 14 Jan 2022 01:51:02 +0000 (02:51 +0100)
It is the first version officially supporting Python 3.10
https://wheel.readthedocs.io/en/stable/news.html

psycopg/pyproject.toml
psycopg/setup.py
psycopg_c/pyproject.toml
pyproject.toml
tests/constraints.txt

index fb4f1f4f286c71f9ac84fa6fb47e0544b767cf48..80bad514b57cd50e70a52dd329ceff12b0249a0d 100644 (file)
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=49.2.0", "wheel>=0.34.2"]
+requires = ["setuptools>=49.2.0", "wheel>=0.37"]
 build-backend = "setuptools.build_meta"
 
 [tool.black]
index d4bfacb8b19a0a86222d77085725d1d14761f60f..111792d79b4ba56f66e9a083277e19164513a284 100644 (file)
@@ -55,7 +55,7 @@ extras_require = {
         "flake8 >= 4.0",
         "mypy >= 0.920, != 0.930, != 0.931",
         "types-setuptools >= 57.4",
-        "wheel >= 0.36",
+        "wheel >= 0.37",
     ],
     # Requirements needed to build the documentation
     "docs": [
index 10e35480cb6a811c5519d8ee9b56c509dbd6e67f..a0aacce0c1af968bc296b7a617002fdbb4cb4600 100644 (file)
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=49.2.0", "wheel>=0.34.2", "Cython>=3.0a5"]
+requires = ["setuptools>=49.2.0", "wheel>=0.37", "Cython>=3.0a5"]
 build-backend = "setuptools.build_meta"
 
 [tool.black]
index c6cfc593b7bf4d90f2d7e2f7b2999310138993d6..3c90fd36aed59f085e457f3c09bb5239fd16407c 100644 (file)
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=49.2.0", "wheel>=0.34.2"]
+requires = ["setuptools>=49.2.0", "wheel>=0.37"]
 build-backend = "setuptools.build_meta"
 
 [tool.black]
index d9e1053b780f77b847d7e2c31bb40b271c3388f4..fee506573e9dc0001efabc25c07fe5d63cc20b62 100644 (file)
@@ -21,7 +21,7 @@ dnspython == 2.1.0
 flake8 == 4.0.0
 mypy == 0.920
 types-setuptools == 57.4.0
-wheel == 0.36.0
+wheel == 0.37
 
 # From the 'docs' extra
 Sphinx == 4.2.0