Skip to content

Commit 3db4185

Browse files
committed
Update Python & Django version support
1 parent c309742 commit 3db4185

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ jobs:
6969
- "3.8"
7070
- "3.9"
7171
- "3.10"
72+
- "3.11"
7273
django-version:
7374
- "3.2"
74-
- "4.0"
7575
- "4.1"
76+
- "4.2"
7677
runs-on: ubuntu-latest
7778
steps:
7879
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ minversion = "6.0"
6767
addopts = "--cov --tb=short -rxs"
6868
testpaths = ["tests"]
6969
DJANGO_SETTINGS_MODULE = "tests.testapp.settings"
70+
filterwarnings = ["ignore::PendingDeprecationWarning", "error::RuntimeWarning"]
7071

7172
[tool.coverage.run]
7273
source = ["django_select2"]

0 commit comments

Comments
 (0)