Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/main.yml
#	setup.cfg
  • Loading branch information
jaraco committed Jun 23, 2023
2 parents 2a2ffca + 3b7d8a9 commit ca7a338
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- "3.9"
- "3.11"
- "3.12"
# Workaround for actions/setup-python#508
dev:
- -dev
platform:
- ubuntu-latest
- macos-latest
Expand All @@ -64,7 +61,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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Require Python 3.8 or later.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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 ca7a338

Please sign in to comment.