Skip to content

Commit fcad01d

Browse files
author
Kevin Westphal
committed
ci: use pdm 2.22.4 and python 3.10 as defaults
1 parent 005d1a9 commit fcad01d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_release_assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on:
1818
default: false
1919

2020
env:
21-
PDM_VERSION: 2.26.0
22-
DEFAULT_PYTHON_VERSION: '3.12'
21+
PDM_VERSION: 2.22.4
22+
DEFAULT_PYTHON_VERSION: '3.10'
2323

2424
jobs:
2525
build_wheel_sdist:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on:
1818
- 'README.md'
1919

2020
env:
21-
PDM_VERSION: 2.26.0
22-
DEFAULT_PYTHON_VERSION: '3.12'
21+
PDM_VERSION: 2.22.4
22+
DEFAULT_PYTHON_VERSION: '3.10'
2323

2424
jobs:
2525
lint:

.github/workflows/perfbench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
default: '3.10'
1212

1313
env:
14-
PDM_VERSION: 2.26.0
15-
DEFAULT_PYTHON_VERSION: '3.12'
14+
PDM_VERSION: 2.22.4
15+
DEFAULT_PYTHON_VERSION: '3.10'
1616

1717
jobs:
1818
benchmark:

0 commit comments

Comments
 (0)