Skip to content

Commit e64e020

Browse files
committed
Drop support for Python 3.7
Python 3.7 is end-of-life since yesterday.
1 parent 0a390c2 commit e64e020

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.builds/freebsd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
image: freebsd/latest
22
packages:
33
- python3
4-
- python37
54
- python38
65
- python39
76
- python310

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ url = https://github.com/schodet/nxt-python/
1010
classifiers =
1111
Programming Language :: Python :: 3
1212
Programming Language :: Python :: 3 :: Only
13-
Programming Language :: Python :: 3.7
1413
Programming Language :: Python :: 3.8
1514
Programming Language :: Python :: 3.9
1615
Programming Language :: Python :: 3.10
@@ -29,7 +28,7 @@ scripts =
2928
scripts/nxt_push
3029
scripts/nxt_server
3130
scripts/nxt_test
32-
python_requires = >=3.7
31+
python_requires = >=3.8
3332
install_requires =
3433
pyusb >= 1.2.1
3534

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py37, py38, py39, py310, py311
7+
envlist = py38, py39, py310, py311
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)