Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 23, 2023
2 parents 5ca761c + 3b7d8a9 commit f5a5617
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Expand Up @@ -42,19 +42,14 @@ jobs:
strategy:
matrix:
python:
- "3.7"
- "3.8"
- "3.11"
- "3.12"
# Workaround for actions/setup-python#508
dev:
- -dev
platform:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- python: "3.8"
platform: ubuntu-latest
- python: "3.9"
platform: ubuntu-latest
- python: "3.10"
Expand All @@ -76,7 +71,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}${{ matrix.dev }}
python-version: ${{ matrix.python }}
allow-prereleases: true
- name: Install tox
run: |
python -m pip install tox
Expand Down
1 change: 1 addition & 0 deletions newsfragments/+drop-py37.feature.rst
@@ -0,0 +1 @@
Require Python 3.8 or later.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -15,7 +15,7 @@ classifiers =
[options]
packages = find_namespace:
include_package_data = true
python_requires = >=3.7
python_requires = >=3.8
install_requires =
zipp>=0.5
typing-extensions>=3.6.4; python_version < "3.8"
Expand Down
4 changes: 0 additions & 4 deletions tox.ini
@@ -1,8 +1,4 @@
[tox]
envlist = python
minversion = 3.2
# https://github.com/jaraco/skeleton/issues/6
tox_pip_extensions_ext_venv_update = true
toxworkdir={env:TOX_WORK_DIR:.tox}


Expand Down

0 comments on commit f5a5617

Please sign in to comment.