Преглед изворни кода

travis not supporting python 3.10

saleml пре 2 година
родитељ
комит
1f9b72c0f5
1 измењених фајлова са 1 додато и 1 уклоњено
  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: