We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f29210 commit aebf5c2Copy full SHA for aebf5c2
.github/workflows/ci.yml
@@ -5,10 +5,10 @@ jobs:
5
name: Test
6
runs-on: ubuntu-latest
7
container:
8
- image: python:${{ matrix.python-version }}-bookworm
+ image: python:${{ matrix.python-version }}-trixie
9
strategy:
10
matrix:
11
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.12", "3.13", "3.14"]
12
13
steps:
14
- name: Checkout code
@@ -44,7 +44,7 @@ jobs:
44
if: startsWith(github.ref, 'refs/tags/')
45
46
47
- image: python:3.10-bookworm
+ image: python:3.12-trixie
48
49
50
uses: actions/checkout@v4
0 commit comments