Skip to content

Commit dc28fd2

Browse files
committed
ci: Use python 3.13
1 parent af62d2b commit dc28fd2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
emacs-version:
23-
- "26.3"
2423
- "27.2"
2524
- "28.2"
2625
- "29.4"
@@ -36,6 +35,9 @@ jobs:
3635
- os: windows-latest
3736
emacs-version: snapshot
3837
experimental: true
38+
exclude:
39+
- os: macos-latest
40+
emacs-version: 27.2
3941
steps:
4042
- name: Setup PHP with tools
4143
uses: shivammathur/setup-php@v2
@@ -46,8 +48,7 @@ jobs:
4648
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4749
- uses: actions/setup-python@v6
4850
with:
49-
python-version: '3.10'
50-
architecture: 'x64'
51+
python-version: '3.13'
5152
- uses: jcs090218/setup-emacs@master
5253
with:
5354
version: ${{ matrix.emacs-version }}

0 commit comments

Comments
 (0)