Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 32bcf6d

Browse files
committedMar 7, 2025·
set default_python_version to 3.10
1 parent cf68c37 commit 32bcf6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/unittest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Python
4646
uses: actions/setup-python@v5
4747
with:
48-
python-version: "3.8"
48+
python-version: "3.10"
4949
- name: Install coverage
5050
run: |
5151
python -m pip install --upgrade setuptools pip wheel

‎owlbot.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
}
3535
extras = ["tqdm", "geopandas"]
3636
templated_files = common.py_library(
37+
default_python_version="3.10",
3738
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12"],
3839
system_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12"],
3940
cov_level=96,

0 commit comments

Comments
 (0)
Please sign in to comment.