Skip to content

Commit 4377f33

Browse files
committed
chore(deps): drop python 3.8 support and bump diot to 0.3
1 parent 3b886b4 commit 4377f33

File tree

4 files changed

+124
-78
lines changed

4 files changed

+124
-78
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: "! contains(github.event.head_commit.message, 'wip')"
1010
strategy:
1111
matrix:
12-
python-version: [3.8, 3.9, "3.10", "3.11"]
12+
python-version: [3.9, "3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ always() }}
3838
- name: Run codacy-coverage-reporter
3939
uses: codacy/codacy-coverage-reporter-action@master
40-
if: matrix.python-version == 3.10
40+
if: matrix.python-version == 3.12
4141
with:
4242
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
4343
coverage-reports: .coverage.xml
@@ -48,7 +48,7 @@ jobs:
4848
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4949
strategy:
5050
matrix:
51-
python-version: ["3.10"]
51+
python-version: ["3.12"]
5252
steps:
5353
- uses: actions/checkout@v4
5454
- name: Setup Python # Set Python version

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "! contains(github.event.head_commit.message, 'wip')"
99
strategy:
1010
matrix:
11-
python-version: ["3.10"]
11+
python-version: ["3.12"]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Setup Python # Set Python version
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
python-version: ["3.10"]
40+
python-version: ["3.12"]
4141
steps:
4242
- uses: actions/checkout@v4
4343
with:

0 commit comments

Comments
 (0)