Skip to content

Commit 005d1a9

Browse files
author
Kevin Westphal
committed
ci: update pdm version to 2.26 and default python version to 3.12
1 parent 2dd7325 commit 005d1a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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.22.4
22-
DEFAULT_PYTHON_VERSION: '3.10'
21+
PDM_VERSION: 2.26.0
22+
DEFAULT_PYTHON_VERSION: '3.12'
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.22.4
15-
DEFAULT_PYTHON_VERSION: '3.10'
14+
PDM_VERSION: 2.26.0
15+
DEFAULT_PYTHON_VERSION: '3.12'
1616

1717
jobs:
1818
benchmark:

0 commit comments

Comments
 (0)