-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python versions - 3.7 deprecation, 3.10 and 3.11 testing suppo…
…rt (#287) * require greater than python3.8 * remove 3.7, add 3.10 and 3.11 to github actions * close #259 * fix 3.10 version parsing in action actions/runner#1989 * bump read the docs python version * update python versions in dev * bump precommit version * #279 (comment)
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pytest>=5.0.1 | ||
codecov>=2.1.12 | ||
pre-commit==2.21.0 | ||
pre-commit>=3.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
numpy>=1.16.5 | ||
scipy>=1.3.0,<1.9 | ||
scipy>=1.5 | ||
pandas>=1.2.0 | ||
scikit-learn>=0.21.2 | ||
sqlalchemy>=1.3.6,<2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,6 @@ | |
], | ||
"dev": DEV_PKGS, | ||
}, | ||
python_requires=">=3.4", | ||
python_requires=">=3.8", | ||
include_package_data=True, | ||
) |