Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- "3.12"
- "3.13"
- "pypy-3.10"
- "pypy-3.11"

steps:
- uses: actions/checkout@v4
Expand All @@ -40,5 +41,3 @@ jobs:

- name: Run tests
run: tox
env:
DATABASE_TYPE: ${{ matrix.database-type }}
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ envlist =
docs
examples
linkcheck
py{39,310,311,312,313,py39,py310}
py{39,310,311,312,313,py39,py310,py311}
py{39,310,311,312,313}-django42-mongo-alchemy
py{py39,py310}-django42-mongo-alchemy
py{py310,py311}-django42-mongo-alchemy
py{310,311,312,313}-django51-mongo-alchemy
pypy310-django51-mongo-alchemy
py310-djangomain-mongo-alchemy
Expand All @@ -20,6 +20,7 @@ python =
3.12: py312
3.13: py313
pypy-3.10: pypy310
pypy-3.11: pypy311

[testenv]
deps =
Expand Down