From 9de84d8b22b90c5d1d8d26b291d8513751d495da Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Sat, 27 Apr 2024 10:28:37 +0200 Subject: [PATCH] Remove 2.7 from PyPI test --- .github/workflows/pypi.yml | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index fd99093..94641ae 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - version: ['2.7', '3.9'] + version: ['3.9'] steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v1 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.version }} diff --git a/VERSION b/VERSION index 3c43790..c04c650 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.6 +1.2.7