Skip to content

Commit

Permalink
build: Upgrade to Python 3.10 (same as Google Colaboratory)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 12, 2023
1 parent 8de0add commit 45a5392
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8 # Google Colaboratory uses Python 3.8
python-version: 3.10 # Google Colaboratory uses Python 3.10
cache: pip
cache-dependency-path: setup.cfg
- run: pip install .[test]
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
python: "3.10"
python:
install:
- path: .
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ long_description_content_type = text/x-rst
classifiers =
License :: OSI Approved :: BSD License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython

[options]
Expand Down

0 comments on commit 45a5392

Please sign in to comment.