Skip to content

Commit 554ce7d

Browse files
authored
PYTHON-4458 Test against Python 3.13 beta (mongodb#1729)
1 parent 5cba4c4 commit 554ce7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
os: [ubuntu-20.04]
54-
python-version: ["3.8", "3.11", "pypy-3.9"]
54+
python-version: ["3.8", "pypy-3.9", "3.13"]
5555
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
5656
steps:
5757
- uses: actions/checkout@v4
@@ -61,13 +61,14 @@ jobs:
6161
python-version: ${{ matrix.python-version }}
6262
cache: 'pip'
6363
cache-dependency-path: 'pyproject.toml'
64+
allow-prereleases: true
6465
- name: Install dependencies
6566
run: |
6667
pip install -q tox
6768
- name: Start MongoDB
6869
uses: supercharge/[email protected]
6970
with:
70-
mongodb-version: 4.4
71+
mongodb-version: 6.0
7172
- name: Run tests
7273
run: |
7374
tox -m test

0 commit comments

Comments
 (0)