Skip to content

Commit

Permalink
New versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 30, 2024
1 parent c753d58 commit 4f3495d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Change log

.. _Next version: https://github.com/feinheit/django-simple-redirects/compare/2.1...main

- Added Python 3.11, 3.12, Django 4.2, 5.0.


`2.1`_ (2021-09-19)
~~~~~~~~~~~~~~~~~~~
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content

Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist =
py{38,39,310}-dj{32,40,41,main}
py{39,310}-dj{32,41,42,main}
py{311,312}-dj{42,50,main}
style

[testenv]
Expand All @@ -13,6 +14,8 @@ deps =
dj32: Django>=3.2,<4.0
dj40: Django>=4.0,<4.1
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
djmain: https://github.com/django/django/archive/main.tar.gz

# [testenv:docs]
Expand Down

0 comments on commit 4f3495d

Please sign in to comment.