diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d8ff9cc0..aa0de048 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.8.x' + python-version: '3.9' - name: Install dependencies run: pip install -e .[cache-tasks,test] - name: Test with pytest diff --git a/seqio/version.py b/seqio/version.py index 43bdcbd6..db9836a5 100644 --- a/seqio/version.py +++ b/seqio/version.py @@ -18,4 +18,4 @@ pulling in all the dependencies in __init__.py. """ -__version__ = '0.0.17' +__version__ = '0.0.18' diff --git a/setup.py b/setup.py index 486755df..f279ede4 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ # sentencepiece package. 'protobuf<=3.20.3', ], + requires_python='>=3.9', extras_require={ 'gcp': [ 'gevent',