Browse Source

travis not supporting python 3.10

saleml 2 năm trước cách đây
mục cha
commit
1f9b72c0f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: