瀏覽代碼

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: