Skip to content

Commit 5940cea

Browse files
committed
bump minimum python version
1 parent 896d06a commit 5940cea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: [3.8, 3.9]
16+
python-version: [3.9, '3.10']
1717

1818
steps:
1919
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Made with ![Love](https://cloud.githubusercontent.com/assets/4301109/16754758/82
77

88
[![PyPI version](https://badge.fury.io/py/http-tools.svg)](https://badge.fury.io/py/http-tools)
99
[![License](https://img.shields.io/:license-lgpl3+-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html)
10-
[![python](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
10+
[![python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
1111
[![http-tools](https://github.com/MobSF/httptools/workflows/http-tools/badge.svg?branch=master)](https://github.com/MobSF/httptools/actions)
1212

1313
### Install

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read(rel_path):
2626
'Intended Audience :: Developers',
2727
('License :: OSI Approved :: GNU Lesser '
2828
'General Public License v3 or later (LGPLv3+)'),
29-
'Programming Language :: Python :: 3.6',
29+
'Programming Language :: Python :: 3.9',
3030
],
3131
packages=find_packages(include=[
3232
'http_tools', 'http_tools.*',

0 commit comments

Comments
 (0)