Skip to content

Commit

Permalink
Start testing on python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pingiun committed Sep 28, 2024
1 parent 4d1eae3 commit b69b506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]


jobs:
django-checks:
Expand All @@ -15,7 +15,7 @@ jobs:
python-version:
- '3.11'
- '3.12'
# - '3.13.0-beta.1' # doesn't work yet
- '3.13.0-rc2'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b69b506

Please sign in to comment.