Skip to content

Commit

Permalink
Merge pull request #197 from anexia-it/SIANXKE-406_updatePythonDjango
Browse files Browse the repository at this point in the history
SIANXKE-406: Update supported version of language and frameworks
  • Loading branch information
nezhar authored Nov 5, 2024
2 parents b88efa9 + 9a091e6 commit b68009c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,22 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
django-version:
- "3.2"
- "4.2"
- "5.0"
- "5.1"
drf-version:
- "3.14"
- "3.15"
exclude:
- python-version: "3.8"
django-version: "5.0"
- python-version: "3.9"
django-version: "5.0"
- drf-version: "3.14"
python-version: "3.8"
- python-version: "3.9"
django-version: "5.1"

steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ PyPi: [https://pypi.org/project/django-rest-passwordreset/](https://pypi.org/pro

## [Unreleased]

## [1.5.0]

- Added Python 3.13 support
- Added Django 5.1 support
- Added Django Rest Framework 3.15 support
- Removed Python 3.8 support
- Removed Django 3.2 support
- Removed Django Rest Framework 3.14 support

## [1.4.2]

### Fixed
Expand Down Expand Up @@ -86,7 +95,8 @@ PyPi: [https://pypi.org/project/django-rest-passwordreset/](https://pypi.org/pro
## [0.9.0]
- Initial Release

[Unreleased]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.4.2...HEAD
[Unreleased]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.5.0...HEAD
[1.5.0]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.4.2...1.5.0
[1.4.2]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/anexia-it/django-rest-passwordreset/compare/1.3.0...1.4.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ django-rest-passwordreset Version | Django Versions | Django Rest Framework
1.2 | 2.2, 3.0, 3.1 | 3.10, 3.11 | 3.5 - 3.8
1.3 | 3.2, 4.0, 4.1 | 3.12, 3.13, 3.14 | 3.7 - 3.10
1.4 | 3.2, 4.2, 5.0 | 3.13, 3.14 | 3.8 - 3.12
1.5 | 4.2, 5.0, 5.1 | 3.15 | 3.9 - 3.13

## Documentation / Browsable API

Expand Down
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,19 @@
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Framework :: Django :: 5.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'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',
'Programming Language :: Python :: 3.13',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down

0 comments on commit b68009c

Please sign in to comment.