Skip to content

Commit

Permalink
PYTHON-4458 Test against Python 3.13 beta (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jul 10, 2024
1 parent 5cba4c4 commit 554ce7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.8", "3.11", "pypy-3.9"]
python-version: ["3.8", "pypy-3.9", "3.13"]
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -61,13 +61,14 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
allow-prereleases: true
- name: Install dependencies
run: |
pip install -q tox
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 4.4
mongodb-version: 6.0
- name: Run tests
run: |
tox -m test
Expand Down

0 comments on commit 554ce7d

Please sign in to comment.