Skip to content

Commit d9a31e6

Browse files
committed
Can't use mocpy for 3.10 just yet, but all else should work
1 parent 7af4542 commit d9a31e6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ docs=
168168
sphinx-astropy>=1.5
169169
scipy
170170
all=
171+
# mocpy's dependency cdshealpix doesn't compile with 3.10 yet
172+
astropy-healpix
173+
boto3
174+
regions
175+
all_lt_310=
171176
mocpy>=0.5.2
172177
astropy-healpix
173178
boto3

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ deps =
4141

4242
extras =
4343
test
44-
!py{37,38}-alldeps: all_lt_39
45-
py{39,310}-alldeps: all
44+
py{37,38}-alldeps: all_lt_39
45+
py39-alldeps: all_lt_310
46+
py310-alldeps: all
4647

4748
commands =
4849
pip freeze

0 commit comments

Comments
 (0)