Skip to content

Commit

Permalink
Drop Python 3.7 support (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed May 15, 2024
1 parent e4d4b4c commit 3e806e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A library and a command line interface for the CVE Services API.

## Requirements

- Python version 3.7 or greater
- Python version 3.8 or greater
- [pip](https://pypi.org/project/pip/)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310,311}, black, ruff, mypy
envlist = py{38,39,310,311,312}, black, ruff, mypy

[testenv]
deps = pytest
Expand Down

0 comments on commit 3e806e1

Please sign in to comment.