Skip to content

Commit 5da24a0

Browse files
committed
python
1 parent b3cd6cb commit 5da24a0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/black-ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
black-format-check:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- uses: psf/black@stable
99
with:
1010
options: "--diff --check"

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121

2222
- uses: tlylt/install-graphviz@v1
2323

24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.11'
26+
python-version: '3.12'
2727

2828
- name: Install pandoc
2929
run: sudo apt-get install pandoc

.github/workflows/wheels-any.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- uses: actions/setup-python@v4
20+
- uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.11'
22+
python-version: '3.12'
2323

2424
- name: build wheel
2525
run: python -m pip wheel .

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
Python311-Linux:
8-
python.version: '3.11'
8+
python.version: '3.12'
99
maxParallel: 3
1010

1111
steps:

0 commit comments

Comments
 (0)