Skip to content

Commit 51f80a8

Browse files
committed
Require Python 3.9+
1 parent 2fcc726 commit 51f80a8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
19+
python-version: ['3.9', '3.10', '3.11', '3.12']
2020

2121
steps:
2222
- uses: actions/checkout@v4

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ keywords = ["Requests Testing"]
1414
license = MIT
1515
long_description = file: README.md
1616
long_description_content_type = text/markdown
17-
requires_python = ~=3.8
17+
requires_python = ~=3.9
1818
classifiers =
1919
Development Status :: 5 - Production/Stable
2020
License :: OSI Approved :: MIT License
2121
Programming Language :: Python :: 3
22-
Programming Language :: Python :: 3.8
2322
Programming Language :: Python :: 3.9
2423
Programming Language :: Python :: 3.10
2524
Programming Language :: Python :: 3.11

0 commit comments

Comments
 (0)