diff options
| author | Yuval Adam <_@yuv.al> | 2023-10-12 12:35:19 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2023-10-12 12:35:19 +0200 |
| commit | 86f3551e48a4c01b7ca3218f6145b5a55a969cdd (patch) | |
| tree | 7ae05826fa38981187fcc017d2ef4e5185e37fca /.github/workflows | |
| parent | cd7d0d7ba3c6ba53e66c6169f1cac8e55ef39d1b (diff) | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45e601b..155f75c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] steps: - uses: actions/checkout@v3 |
