Skip to content

Commit

Permalink
Require Python 3.9 and run tests with Python 3.9
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597164695
  • Loading branch information
tomvdw authored and SeqIO committed Jan 10, 2024
1 parent 36d3ef0 commit e5e5952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion seqio/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
pulling in all the dependencies in __init__.py.
"""

__version__ = '0.0.17'
__version__ = '0.0.18'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
# sentencepiece package.
'protobuf<=3.20.3',
],
requires_python='>=3.9',
extras_require={
'gcp': [
'gevent',
Expand Down

0 comments on commit e5e5952

Please sign in to comment.