Skip to content

Commit

Permalink
Fixed TDAmeritrade#957 updated README.md to correctly state that STUM…
Browse files Browse the repository at this point in the history
…PY supports Python 3.8+ updated pypi.sh to reference step a) pyproject.toml instead of the decomissioned setup.py and ultimately scanned the full repository for any listings of outdated references to STUMPY supporting Python 3.7 (I was unable to find any) (TDAmeritrade#976)
  • Loading branch information
joehiggi1758 authored Jun 1, 2024
1 parent 40ca5d1 commit 9edd7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Tests are written in the ``tests`` directory and processed using `PyTest <https:
Python Version
--------------

STUMPY supports `Python 3.7+ <https://python3statement.org/>`__ and, due to the use of unicode variable names/identifiers, is not compatible with Python 2.x. Given the small dependencies, STUMPY may work on older versions of Python but this is beyond the scope of our support and we strongly recommend that you upgrade to the most recent version of Python.
STUMPY supports `Python 3.8+ <https://python3statement.org/>`__ and, due to the use of unicode variable names/identifiers, is not compatible with Python 2.x. Given the small dependencies, STUMPY may work on older versions of Python but this is beyond the scope of our support and we strongly recommend that you upgrade to the most recent version of Python.

------------
Getting Help
Expand Down
3 changes: 2 additions & 1 deletion pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
# 3. Update README with new features/functions/tutorials
# 4. Determine minimum versions and dependencies with ./min.py
# 5. Bump minimum versions and dependencies
# a) setup.py
# a) pyproject.toml
# b) requirements.txt
# c) environment.yml
# d) .github/worflows/github-actions.yml
# e) recipes/meta.yaml in conda-feedstock
# f) README.md
# 6. Commit all above changes as the latest version number and push
#
# For conda-forge
Expand Down

0 comments on commit 9edd7f5

Please sign in to comment.