浏览代码

Update Python versions tested on Github actions

Thomas Kluyver 1 年之前
父节点
当前提交
fc5dfacb4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     strategy:
     strategy:
       matrix:
       matrix:
-        python-version: [ 3.6, 3.7, 3.8, 3.9, ]
+        python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2