Skip to content

Commit

Permalink
Bump 3.13 to non dev (#3665)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 authored Oct 9, 2024
1 parent 0bc9773 commit 596461b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
3.10
3.11
3.12
3.13-dev
3.13
- run: pip install poetry nox nox-poetry uv
- run: nox -r -t tests -s "${{ matrix.session.session }}"
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def tests(session: Session, gql_core: str) -> None:
)


@session(python=["3.11", "3.12"], name="Django tests", tags=["tests"])
@session(python=["3.12"], name="Django tests", tags=["tests"])
@with_gql_core_parametrize("django", ["4.2.0", "4.1.0", "4.0.0", "3.2.0"])
def tests_django(session: Session, django: str, gql_core: str) -> None:
session.run_always("poetry", "install", external=True)
Expand Down

0 comments on commit 596461b

Please sign in to comment.