浏览代码

extended python tests to run on recent python versions, too

stefan 1 年之前
父节点
当前提交
c49c5a931d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/python-tests.yml

+ 1 - 1
.github/workflows/python-tests.yml

@@ -14,7 +14,7 @@ jobs:
     
     strategy:
       matrix:
-        python: [2.7, 3.5, 3.6, 3.7, 3.8]
+        python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
         os: [ubuntu-latest, windows-latest, macOS-latest]
 
     steps: