Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 4d37e40

Browse files
committed
Pin compatible pytask stack and narrow CI matrix
1 parent 5d8ce20 commit 4d37e40

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
26-
python-version: ['3.10', '3.11', '3.12']
26+
python-version: ['3.10']
2727

2828
steps:
2929
- uses: actions/checkout@v3
@@ -42,6 +42,6 @@ jobs:
4242
run: tox -e pytest -- tests -m end_to_end --cov=./ --cov-report=xml
4343

4444
- name: Upload coverage reports of end-to-end tests.
45-
if: runner.os == 'Linux' && matrix.python-version == '3.11'
45+
if: runner.os == 'Linux' && matrix.python-version == '3.10'
4646
shell: bash -l {0}
4747
run: bash <(curl -s https://codecov.io/bash) -F end_to_end -c

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ project_urls =
2323
[options]
2424
packages = find:
2525
install_requires =
26-
click
26+
click<8.2
2727
pony
28-
pytask>=0.2
28+
pytask>=0.3,<0.4
2929
python_requires = >=3.10
3030
include_package_data = True
3131
package_dir = =src

0 commit comments

Comments
 (0)