Skip to content

Commit

Permalink
code now is using features that require python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tepickering committed Dec 15, 2023
1 parent c6a8bc8 commit 8994bb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Codestyle
linux: codestyle
- name: Python 3.8 on Linux with oldest supported dependencies
linux: py38-test-alldeps-oldestdeps
- name: Python 3.10 on Linux with oldest supported dependencies
linux: py310-test-alldeps-oldestdeps
toxargs: -v
- name: Python 3.9 on Windows with minimal dependencies
windows: py39-test
- name: Python 3.10 on Windows with minimal dependencies
windows: py310-test
toxargs: -v
- name: Python 3.10 on OSX with minimal dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
license = {file = "licenses/LICENSE.rst"}
description = "Astropy coordinated package for Spectroscopic Reductions"
readme = "README.rst"
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"numpy",
"astropy",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311,312}-test{,-alldeps}{,-oldestdeps,-devdeps,-predeps}{,-cov}
py{310,311,312}-test{,-alldeps}{,-oldestdeps,-devdeps,-predeps}{,-cov}
linkcheck
codestyle

Expand Down

0 comments on commit 8994bb9

Please sign in to comment.