Sfoglia il codice sorgente

Fix the Python 3.5 old-deps build. (#9146)

setuptools 51.0.0 dropped support for Python 3.5.
tags/v1.26.0rc1
Patrick Cloke 3 anni fa
committed by GitHub
parent
commit
a8703819eb
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +1
    -0
      changelog.d/9146.misc
  2. +3
    -0
      tox.ini

+ 1
- 0
changelog.d/9146.misc Vedi File

@@ -0,0 +1 @@
Fix the Python 3.5 + old dependencies build in CI.

+ 3
- 0
tox.ini Vedi File

@@ -103,6 +103,9 @@ usedevelop=true
[testenv:py35-old]
skip_install=True
deps =
# Ensure a version of setuptools that supports Python 3.5 is installed.
setuptools < 51.0.0

# Old automat version for Twisted
Automat == 0.3.0



Caricamento…
Annulla
Salva