Skip to content

Commit

Permalink
Disable tests for end-of-life Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SR4ven committed Sep 24, 2023
1 parent 36b68f6 commit 6a84574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
python-version: [3.8, 3.9, "3.10", 3.11]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Installing boofuzz
Prerequisites
-------------

Boofuzz requires Python ≥ 3.7. Recommended installation requires ``pip``. As a base requirement, the following packages
Boofuzz requires Python ≥ 3.8. Recommended installation requires ``pip``. As a base requirement, the following packages
are needed:

Ubuntu/Debian
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion=2.0
skip_missing_interpreters = True
envlist = py{37,38,39,310,311}-{Linux,Windows,macOS}, docs, lint
envlist = py{38,39,310,311}-{Linux,Windows,macOS}, docs, lint

[testenv]
platform =
Expand Down

0 comments on commit 6a84574

Please sign in to comment.