Skip to content

Commit aebf5c2

Browse files
committed
Fix conflicts
1 parent 0f29210 commit aebf5c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
name: Test
66
runs-on: ubuntu-latest
77
container:
8-
image: python:${{ matrix.python-version }}-bookworm
8+
image: python:${{ matrix.python-version }}-trixie
99
strategy:
1010
matrix:
11-
python-version: ["3.10", "3.11", "3.12", "3.13"]
11+
python-version: ["3.12", "3.13", "3.14"]
1212

1313
steps:
1414
- name: Checkout code
@@ -44,7 +44,7 @@ jobs:
4444
if: startsWith(github.ref, 'refs/tags/')
4545
runs-on: ubuntu-latest
4646
container:
47-
image: python:3.10-bookworm
47+
image: python:3.12-trixie
4848
steps:
4949
- name: Checkout code
5050
uses: actions/checkout@v4

0 commit comments

Comments
 (0)