File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 7575 cd geoarrow-pandas
7676 pytest --pyargs geoarrow.pandas --doctest-modules --import-mode=importlib
7777
78+ python-old :
79+ runs-on : ubuntu-latest
80+ strategy :
81+ matrix :
82+ os : [ubuntu-latest]
83+ python-version : ['3.7', '3.8']
84+
85+ steps :
86+ - uses : actions/checkout@v4
87+ with :
88+ fetch-depth : 0
89+ - name : Set up Python
90+ uses : actions/setup-python@v4
91+ with :
92+ python-version : ' 3.13'
93+ cache : ' pip'
94+
95+ - name : Install (geoarrow-types)
96+ run : |
97+ pushd geoarrow-types
98+ pip install -e ".[test]"
99+
100+ - name : Run tests (geoarrow-types)
101+ run : |
102+ pytest geoarrow-types/tests -v -s
103+
78104 coverage :
79105 needs : [test]
80106
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dynamic = ["version"]
2222description = " "
2323authors = [{name = " Dewey Dunnington" , email = " dewey@dunnington.ca" }]
2424license = {text = " Apache-2.0" }
25- requires-python = " >=3.8 "
25+ requires-python = " >=3.7 "
2626dependencies = []
2727
2828[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments