Skip to content

Commit

Permalink
build: Update to Python 3.8 (now used on Google Colab)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 30, 2022
1 parent 662c9fd commit 3e89861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.7 # Google Colaboratory uses Python 3.7
python-version: 3.8 # Google Colaboratory uses Python 3.8
cache: pip
cache-dependency-path: setup.py
- run: pip install .[test]
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
classifiers=[
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
],
)

0 comments on commit 3e89861

Please sign in to comment.