From 9b1de7d50e8801fcb0edc65040606040533602fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Wed, 25 Oct 2023 16:17:33 +0200 Subject: [PATCH] Drop Python 3.8 support --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1d499b45..b33afc7c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [3.8, 3.9, 3.12] + python: [3.9, 3.12] steps: - name: Checkout WrapanAPI uses: actions/checkout@v3