ci: test python 3.9 (#168)

pull/170/head
Martin Eigenmann 2025-04-25 08:28:43 +02:00 zatwierdzone przez GitHub
rodzic a7079612d4
commit 1f4345dff9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -32,15 +32,10 @@ jobs:
- name: "Checkout repository"
uses: actions/checkout@v4
- name: "Set up Python 3.9"
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: "Install poetry"
uses: abatilo/actions-poetry@v3
with:
poetry-version: "2.0.1"
poetry-version: "2.1.2"
- name: "Install icalendar ${{ matrix.icalendar-version }} and other dependencies"
run: |