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