Skip to content

Commit b5cd9a7

Browse files
committed
Add Django 5.1 and Python 3.13 to the mix
1 parent 798d77a commit b5cd9a7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/tests.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ jobs:
118118
- {django: '==5.0.*', python: '3.11', os: 'ubuntu-latest'}
119119
- {django: '==5.0.*', python: '3.12', os: 'ubuntu-latest'}
120120

121+
- {django: '==5.1.*', python: '3.10', os: 'ubuntu-latest'}
122+
- {django: '==5.1.*', python: '3.11', os: 'ubuntu-latest'}
123+
- {django: '==5.1.*', python: '3.12', os: 'ubuntu-latest'}
124+
- {django: '==5.1.*', python: '3.13', os: 'ubuntu-latest'}
125+
121126
steps:
122127
- uses: actions/checkout@v2
123128
- name: Setup Python v. >2.7

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DjangoQL
66

77
Advanced search language for Django, with auto-completion. Supports logical
88
operators, parenthesis, table joins, and works with any Django model. Tested on
9-
Python 2.7, 3.6 - 3.12, Django 1.8 - 5.0. The auto-completion feature has been
9+
Python 2.7, 3.6–3.13, Django 1.8–5.1. The auto-completion feature has been
1010
tested in Chrome, Firefox, Safari, IE9+.
1111

1212
See a video: `DjangoQL demo <https://youtu.be/oKVff4dHZB8>`_

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
'Programming Language :: Python :: 3.10',
3838
'Programming Language :: Python :: 3.11',
3939
'Programming Language :: Python :: 3.12',
40+
'Programming Language :: Python :: 3.13',
4041
],
4142
)

0 commit comments

Comments
 (0)