Skip to content

Commit 5dbe434

Browse files
msabramowebknjaz
authored andcommitted
Drop support for Python 3.8 and below
All these versions are EOL by now.
1 parent 1cd883a commit 5dbe434

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# Run in all these versions of Python
17-
python-version: ['3.7', '3.8', '3.9', '3.10']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1818

1919
steps:
2020
# Checkout the latest code from the repo

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ classifier =
1414
License :: OSI Approved :: Apache Software License
1515
Operating System :: OS Independent
1616
Programming Language :: Python
17-
Programming Language :: Python :: 2
18-
Programming Language :: Python :: 2.7
1917
Programming Language :: Python :: 3
20-
Programming Language :: Python :: 3.3
21-
Programming Language :: Python :: 3.4
22-
Programming Language :: Python :: 3.5
23-
Programming Language :: Python :: 3.6
18+
Programming Language :: Python :: 3.9
19+
Programming Language :: Python :: 3.10
20+
Programming Language :: Python :: 3.11
21+
Programming Language :: Python :: 3.12
22+
Programming Language :: Python :: 3.13
2423
test_suite = requests_unixsocket.tests
24+
python_requires = >= 3.9
2525

2626
[files]
2727
packages = requests_unixsocket

0 commit comments

Comments
 (0)