Przeglądaj źródła

Merge pull request #66 from offa/python3.11

Python 3.11 CI build
develop
Ben Kurtovic 1 rok temu
committed by GitHub
rodzic
commit
f491a8ee80
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz