Explorar el Código

travis not supporting python 3.10

saleml hace 2 años
padre
commit
1f9b72c0f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: python
 python:
-  - "3.10"
+  - "3.9"
 
 # command to install dependencies
 install: