Skip to content

Commit

Permalink
Temp. remove py 3.9 and 3.10 from test until astropy version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
emirkmo committed Mar 6, 2022
1 parent 3305323 commit f55d17f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, '3.10']
python-version: [3.8]
include:
- os: ubuntu-latest
pippath: ~/.cache/pip
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ numpy >= 1.16
scipy == 1.5.4
astropy == 4.1
photutils == 1.1.0; python_version >= '3.7'
photutils == 1.0.2; python_version < '3.7'
Bottleneck == 1.3.2
matplotlib == 3.3.1
mplcursors == 0.3
Expand Down

0 comments on commit f55d17f

Please sign in to comment.