Skip to content

Commit

Permalink
bump minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Aug 25, 2023
1 parent 896d06a commit 5940cea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Made with ![Love](https://cloud.githubusercontent.com/assets/4301109/16754758/82

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

### Install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(rel_path):
'Intended Audience :: Developers',
('License :: OSI Approved :: GNU Lesser '
'General Public License v3 or later (LGPLv3+)'),
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.9',
],
packages=find_packages(include=[
'http_tools', 'http_tools.*',
Expand Down

0 comments on commit 5940cea

Please sign in to comment.