Skip to content

Commit

Permalink
Make tox and friends happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunchev committed Jan 25, 2024
1 parent 1a18a77 commit 883bc4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.6.15", "3.9.18", "3.10.13", "3.12.1" ]
python-version: [ "3.9.18", "3.10.13", "3.12.1" ]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
include tox.ini
include pytest.ini
include Makefile
include .idea/httpd-echo.iml
include .idea/inspectionProfiles/Project_Default.xml
include .idea/inspectionProfiles/profiles_settings.xml
include .idea/misc.xml
include .idea/modules.xml
include .idea/vcs.xml
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{6,7,8,9,10,11},pypy3
envlist = py3{6,7,8,9,10,11},pypy3.9
# At least this version is needed for PEP 517/518 support.
minversion = 3.3.0
# Activate isolated build environment. tox will use a virtual environment
Expand Down

0 comments on commit 883bc4f

Please sign in to comment.