File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
tests-type : unit
38
38
test-runner : pytest
39
39
venv-loc : Scripts
40
- - os : ubuntu-20 .04
41
- python-version : ' 3.10.3 '
40
+ - os : ubuntu-22 .04
41
+ python-version : ' 3.10.4 '
42
42
dependencies : minimal
43
43
tests-type : unit
44
44
test-runner : pytest
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
matrix :
23
23
os : [
24
- ubuntu-20 .04,
24
+ ubuntu-22 .04,
25
25
windows-2022,
26
26
macos-13, # x86_64
27
27
macos-14, # arm64
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
38
38
keywords = [
39
39
" astronomy astrophysics visualization amr adaptivemeshrefinement" ,
40
40
]
41
- requires-python = " >=3.10.3 "
41
+ requires-python = " >=3.10.4 "
42
42
43
43
# keep in sync with minimal_requirements.txt
44
44
dependencies = [
You can’t perform that action at this time.
0 commit comments