File tree Expand file tree Collapse file tree 6 files changed +272
-123
lines changed
Expand file tree Collapse file tree 6 files changed +272
-123
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " github-actions" # See documentation for possible values
9+ directory : " .github/workflows" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
12+ groups :
13+ actions :
14+ patterns :
15+ - " *"
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
19- - uses : actions/setup-python@v4
19+ - uses : actions/setup-python@v5
2020 with :
2121 python-version : 3.8
2222
Original file line number Diff line number Diff line change 5757 - os : ubuntu-latest
5858 python-version : ' 3.11'
5959 toxenv : py311-test-pytest74
60- toxargs : --pre
60+ - os : ubuntu-latest
61+ python-version : ' 3.12'
62+ toxenv : py312-test-pytest80
63+ - os : macos-latest
64+ python-version : ' 3.12'
65+ toxenv : py312-test-pytest80
66+ - os : windows-latest
67+ python-version : ' 3.12'
68+ toxenv : py312-test-pytest80
6169 - os : macos-latest
6270 python-version : ' 3.11'
6371 toxenv : py311-test-pytestdev
@@ -66,14 +74,14 @@ jobs:
6674 toxenv : py311-test-pytestdev
6775 - os : ubuntu-latest
6876 python-version : ' 3.12'
69- toxenv : py312-test-pytestdev
77+ toxenv : py312-test-pytestdev-numpydev
7078
7179 steps :
7280 - uses : actions/checkout@v4
7381 with :
7482 fetch-depth : 0
7583 - name : Set up Python ${{ matrix.python-version }}
76- uses : actions/setup-python@v4
84+ uses : actions/setup-python@v5
7785 with :
7886 python-version : ${{ matrix.python-version }}
7987 - name : Install Tox
Original file line number Diff line number Diff line change 111.2.0 (unreleased)
22==================
33
4+ - Compatibility with pytest 8.1. [#236]
45
561.1.0 (2023-12-13)
67==================
You can’t perform that action at this time.
0 commit comments