From 1f4345dff99c74b03bcea8f74c784b401023c172 Mon Sep 17 00:00:00 2001 From: Martin Eigenmann Date: Fri, 25 Apr 2025 08:28:43 +0200 Subject: [PATCH] ci: test python 3.9 (#168) --- .github/workflows/tests.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 151cd63..becea35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |