Skip to content

Commit

Permalink
Set minimum python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CyclingNinja committed Sep 5, 2024
1 parent b5f8d7e commit 044912e
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -63,7 +63,7 @@ jobs:
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
default_python: '3.9'
default_python: '3.10'
submodules: false
pytest: false
toxdeps: tox-pypi-filter
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
default_role = "obj"

# -- Options for HTML output ---------------------------------------------------
from sunpy_sphinx_theme.conf import * # NOQA
html_theme = "sunpy"
from sunpy_sphinx_theme import PNG_ICON

# -- Other options ----------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sunkit_instruments"
description = "A SunPy-affiliated package for solar instrum"
requires-python = ">=3.9"
requires-python = ">=3.10"
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { file = "licenses/LICENSE.rst" }
authors = [
Expand Down

0 comments on commit 044912e

Please sign in to comment.