We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cba4c4 commit 554ce7dCopy full SHA for 554ce7d
.github/workflows/test-python.yml
@@ -51,7 +51,7 @@ jobs:
51
strategy:
52
matrix:
53
os: [ubuntu-20.04]
54
- python-version: ["3.8", "3.11", "pypy-3.9"]
+ python-version: ["3.8", "pypy-3.9", "3.13"]
55
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
56
steps:
57
- uses: actions/checkout@v4
@@ -61,13 +61,14 @@ jobs:
61
python-version: ${{ matrix.python-version }}
62
cache: 'pip'
63
cache-dependency-path: 'pyproject.toml'
64
+ allow-prereleases: true
65
- name: Install dependencies
66
run: |
67
pip install -q tox
68
- name: Start MongoDB
69
uses: supercharge/[email protected]
70
with:
- mongodb-version: 4.4
71
+ mongodb-version: 6.0
72
- name: Run tests
73
74
tox -m test
0 commit comments