From eedd8cb807b6edb0a6f71ebf743614c36168111c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Tue, 18 Jun 2024 10:04:26 +0200 Subject: [PATCH] Remove Python 2.x from CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16f99c3..9f1efa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['2.x', '3.x', 'pypy3'] + python-version: ['3.x', 'pypy3'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}