File tree 3 files changed +22
-16
lines changed
3 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,20 @@ jobs:
26
26
windows-latest,
27
27
ubuntu-latest,
28
28
]
29
- python-version : [3.9 ]
29
+ python-version : ['3.10' ]
30
30
dependencies : [full]
31
31
tests-type : [unit]
32
32
include :
33
33
- os : ubuntu-latest
34
34
python-version : 3.7
35
35
dependencies : minimal
36
36
tests-type : unit
37
+ # temporary: Python 3.10 is not available on conda, so we pin this job to Python 3.9
38
+ - os : windows-latest
39
+ python-version : ' 3.9'
40
+ exclude :
41
+ - os : windows-latest
42
+ python-version : ' 3.10'
37
43
38
44
runs-on : ${{ matrix.os }}
39
45
steps :
Original file line number Diff line number Diff line change 20
20
rev : v1.20.0
21
21
hooks :
22
22
- id : setup-cfg-fmt
23
- args : [--max-py-version, '3.9']
24
23
- repo : https://github.com/pre-commit/pre-commit-hooks
25
24
rev : v4.0.1
26
25
hooks :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers =
23
23
Programming Language :: Python :: 3.7
24
24
Programming Language :: Python :: 3.8
25
25
Programming Language :: Python :: 3.9
26
+ Programming Language :: Python :: 3.10
26
27
Topic :: Scientific/Engineering :: Astronomy
27
28
Topic :: Scientific/Engineering :: Physics
28
29
Topic :: Scientific/Engineering :: Visualization
@@ -71,25 +72,25 @@ doc =
71
72
sphinx-bootstrap-theme
72
73
sphinx-rtd-theme
73
74
full =
74
- astropy>=4.0.1,<5 .0.0
75
+ astropy>=4.0.1,<6 .0.0
75
76
f90nml>=1.1.2
76
- fastcache~ =1.0.2
77
+ fastcache> =1.0.2
77
78
firefly-vis>=2.0.4,<3.0.0
78
- glueviz~=0.13.3
79
79
h5py>=3.1.0,<4.0.0
80
- libconf~ =1.0.1
80
+ libconf> =1.0.1
81
81
miniballcpp>=0.2.1
82
- mpi4py~ =3.0.3
83
- netCDF4~ =1.5.3
84
- pandas~ =1.1.2
82
+ mpi4py> =3.0.3
83
+ netCDF4> =1.5.3
84
+ pandas> =1.1.2
85
85
pooch>=0.7.0
86
- pyaml~=17.10.0
87
- pykdtree~=1.3.1
88
- pyqt5~=5.15.2
89
- pyx~=0.15
90
- requests~=2.20.0
91
- scipy~=1.5.0
92
- xarray~=0.16.1
86
+ pyaml>=17.10.0
87
+ pykdtree>=1.3.1
88
+ pyqt5>=5.15.2
89
+ pyx>=0.15
90
+ requests>=2.20.0
91
+ scipy>=1.5.0
92
+ xarray>=0.16.1
93
+ glueviz>=0.13.3; python_version < '3.10' # FUTURE: lift this limitation when glueviz has Python 3.10 compatibility
93
94
mapserver =
94
95
bottle
95
96
minimal =
You can’t perform that action at this time.
0 commit comments