Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheider committed Jan 14, 2025
1 parent 35a4e73 commit fa93fa0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8]
python-version: [3.12]
steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push_python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8]
python-version: [3.12]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v1
with:
python-version: 3.11.10
python-version: 3.12
- name: Install pep517
run: >-
python -m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8]
python-version: [3.12]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 10 additions & 0 deletions requirements/requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
-r requirements_cad.txt
-r requirements_fiona.txt
-r requirements_geopandas.txt
-r requirements_gdal.txt
-r requirements_legacy.txt
-r requirements_shapely.txt
-r requirements_qt.txt
-r requirements_networkx.txt
-r requirements_pil.txt

mock
pytest>=4.4.1

0 comments on commit fa93fa0

Please sign in to comment.