Skip to content

Commit 1461c7a

Browse files
committed
ci: run everything on Python 3.12
1 parent c76c8d3 commit 1461c7a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.13']
14+
python-version: ['3.12']
1515
os: [macos-latest, ubuntu-latest, windows-latest]
1616
deps: ["none", "all"]
1717
env:

.github/workflows/deploy_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.13"]
18+
python-version: ["3.12"]
1919
os: [windows-latest]
2020
# os: [macos-latest, windows-latest]
2121
steps:

.github/workflows/deploy_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@main
1717
with:
18-
python-version: "3.13"
18+
python-version: "3.12"
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.9.0
22
- cli: add `compression` parameter
33
- setup: bump dcnum to 0.26.0 (separate writer process)
4-
- ci: run everything on Python 3.13
4+
- ci: run everything on Python 3.12
55
0.8.0
66
- fix: when user quits GUI during processing, forcibly kill all processes
77
- docs: add installation section

0 commit comments

Comments
 (0)