Skip to content

Commit

Permalink
Fix minimum Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Apr 16, 2023
1 parent 264e1f0 commit 7106fea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ sphinx:
formats:
- htmlzip

build:
os: ubuntu-22.04
tools:
python: 3.8

python:
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Getting started
Installation
------------

hftbacktest supports Python 3.7+. You can install hftbacktest using ``pip``:
hftbacktest supports Python 3.8+. You can install hftbacktest using ``pip``:

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers =
Topic :: Office/Business :: Financial :: Investment

[options]
python_requires = >=3.7
python_requires = >=3.8
packages = find:
zip_safe = False
include_package_data = True
Expand Down

0 comments on commit 7106fea

Please sign in to comment.