diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca1abb1..2c84b54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.10'] + python-version: ['3.8', '3.10'] steps: - uses: actions/checkout@v2 @@ -21,8 +21,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt python setup.py install - uses: zcong1993/setup-timezone@master with: diff --git a/README.md b/README.md index 8ee5007..fe0375a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build](https://github.com/seatsio/seatsio-python/workflows/Build/badge.svg)](https://github.com/seatsio/seatsio-python/actions/workflows/build.yml) [![PyPI version](https://badge.fury.io/py/seatsio.svg)](https://badge.fury.io/py/seatsio) -This is the official Python client library for the [Seats.io V2 REST API](https://docs.seats.io/docs/api-overview), supporting Python 3.7+. +This is the official Python client library for the [Seats.io V2 REST API](https://docs.seats.io/docs/api-overview), supporting Python 3.8+. ## Installing diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 594c428..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -importlib_metadata>=1.7.0;python_version<'3.8'