diff --git a/.cirrus.yml b/.cirrus.yml index ae9cef53..ce1c184f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,7 +11,7 @@ task: cpu: 4 memory: 6G matrix: - - image: python:3.7 + - image: python:3.8 - image: python:3.11 install_build_dependencies_script: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddf71bd5..56afd8b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.11"] + python-version: ["3.8", "3.11"] runs-on: [ubuntu-latest, macos-latest] arch: [auto64] steps: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cd838326..1596474f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,13 +28,10 @@ jobs: strategy: fail-fast: false matrix: - python: [37, 38, 39, 310, 311] + python: [38, 39, 310, 311] os: [ubuntu-latest, macos-latest] arch: [auto64] include: - - python: 37 - os: ubuntu-latest - arch: aarch64 - python: 38 os: ubuntu-latest arch: aarch64 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ce76ec0..2d4cf8b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,13 +24,13 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.7.0 + rev: v3.8.0 hooks: - id: pyupgrade args: ["--py36-plus"] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.3.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt diff --git a/setup.cfg b/setup.cfg index 13989ad8..66b60956 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ install_requires = awkward>=2 numpy>=1.13.3 vector -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = True package_dir = =src