Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
chore: drop Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xzmeng committed Jan 6, 2023
1 parent 836a87a commit 351c832
Show file tree
Hide file tree
Showing 4 changed files with 383 additions and 298 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Binance History

Fetch binance public data easily.

Supports Python **3.7+**.
Supports Python **3.8+**.

Installation
============
Expand Down
Loading

0 comments on commit 351c832

Please sign in to comment.