Skip to content

Commit

Permalink
Merge pull request #93 from sunpy/extra
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Aug 5, 2022
2 parents 602e92e + 12a457b commit de8f5c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
coverage: codecov
envs: |
- macos: py38
- linux: py310
docs:
needs: [core]
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"
apt_packages:
- graphviz

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Visualization

[options]
python_requires = >=3.8, <3.10
python_requires = >=3.8
zip_safe = False
packages = find:
include_package_data = True
Expand Down

0 comments on commit de8f5c7

Please sign in to comment.