Skip to content

Commit

Permalink
remove support for python 3.8 (spacetelescope#71)
Browse files Browse the repository at this point in the history
CI tests are stalling and jdaviz does not support python 3.8 anyways
  • Loading branch information
kecnry authored Dec 7, 2023
1 parent 58047c5 commit 1a3c704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
toxenv: py39-test
allow_failure: false

- name: Windows - Python 3.8
- name: Windows - Python 3.9
os: windows-latest
python: 3.8
python: 3.9
toxenv: py38-test
allow_failure: false

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "lcviz"
description = "A Jdaviz-based light curve analysis and visualization tool"
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{ name = "JDADF Developers", email = "kconroy@stsci.edu" },
]
Expand Down

0 comments on commit 1a3c704

Please sign in to comment.