Skip to content

Commit ffc8833

Browse files
committed
Drop support for Python 3.7 & 3.8
1 parent 699d55a commit ffc8833

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
35+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13']
3636
steps:
3737
- uses: actions/[email protected]
3838
- name: Setup Build Tools

setup.cfg

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ classifiers =
99
Development Status :: 5 - Production/Stable
1010
Intended Audience :: Developers
1111
License :: OSI Approved :: ISC License (ISCL)
12-
Programming Language :: Python :: 3.7
13-
Programming Language :: Python :: 3.8
1412
Programming Language :: Python :: 3.9
1513
Programming Language :: Python :: 3.10
1614
Programming Language :: Python :: 3.11
@@ -24,7 +22,7 @@ keywords =
2422

2523
[options]
2624
include_package_data = True
27-
python_requires = >=3.7
25+
python_requires = >=3.9
2826
packages = httpx_gssapi
2927
install_requires =
3028
httpx>=0.16,<0.28

0 commit comments

Comments
 (0)