Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from d33bs/main
Browse files Browse the repository at this point in the history
updates for compatibility
  • Loading branch information
d33bs authored Mar 16, 2022
2 parents 879b80b + ea1cab4 commit 1a77a6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minio
nose
pandas
pandavro==1.6.0
prefect==1.1.0
prefect==0.15.13
pyarrow==6.0.1
pygrok
pylint
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# This call to setup() does all the work
setuptools.setup(
name="cupyopt",
version="1.1.0.2",
version="0.15.13.3",
description="CU Python Opinionated Prefect Tasks",
long_description=README,
long_description_content_type="text/x-rst",
Expand All @@ -32,7 +32,7 @@
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(where="src"),
python_requires=">=3.8",
python_requires=">=3.6",
package_dir={"": "src"},
install_requires=INSTALL_REQUIRES,
)

0 comments on commit 1a77a6b

Please sign in to comment.