浏览代码

Merge pull request #67 from offa/ci

Add Python 3.12 and remove unsupported versions
develop
Ben Kurtovic 6 个月前
committed by GitHub
父节点
当前提交
5def6ca223
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml 查看文件

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
name: python-${{ matrix.python }}
steps:
- name: Checkout


正在加载...
取消
保存