We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c309742 commit 3db4185Copy full SHA for 3db4185
.github/workflows/ci.yml
@@ -69,10 +69,11 @@ jobs:
69
- "3.8"
70
- "3.9"
71
- "3.10"
72
+ - "3.11"
73
django-version:
74
- "3.2"
- - "4.0"
75
- "4.1"
76
+ - "4.2"
77
runs-on: ubuntu-latest
78
steps:
79
- uses: actions/checkout@v3
pyproject.toml
@@ -67,6 +67,7 @@ minversion = "6.0"
67
addopts = "--cov --tb=short -rxs"
68
testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "tests.testapp.settings"
+filterwarnings = ["ignore::PendingDeprecationWarning", "error::RuntimeWarning"]
[tool.coverage.run]
source = ["django_select2"]
0 commit comments