Skip to content

Commit 83d735b

Browse files
committed
Prepare 0.13.0rc0
1 parent 5e50bd3 commit 83d735b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
22-
python-version: [3.8, 3.9, "3.10", 3.11.0-beta.5]
22+
python-version: [3.8, 3.9, "3.10", 3.11.0-rc.2]
2323
django-version:
2424
- "Django>=3.2,<4.0"
2525
- "Django>=4.0,<4.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-extra-checks
3-
version = 0.12.0
3+
version = 0.13.0rc0
44
author = Konstantin Alekseev
55
author_email = [email protected]
66
description = Collection of useful checks for Django Checks Framework

0 commit comments

Comments
 (0)