Skip to content

Commit

Permalink
Bump required Python version to >=3.7. (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlock committed May 18, 2022
1 parent 82317b0 commit e5a36a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.7
- name: Install TF
run: pip install tensorflow==2.4
- name: Install gretel-synthetics
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def reqs(file, without=None):
long_description_content_type="text/markdown",
package_dir={"": "src"},
packages=find_packages("src"),
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=(
reqs("requirements.txt", without=["tensorflow==", "torch=="]) + compat_reqs
),
Expand Down

0 comments on commit e5a36a9

Please sign in to comment.