Commit Graph

7 Commits

Author SHA1 Message Date
Pravin
edba7ad774
Removed requirements txt files from project. (#9842)
* removed requirements txt files

* Updated Testing section from Contributing.md

* updated command to install dependencies for documentation in CI

* updated tox.ini

* build: Adopt PEP 735 for development dependency management

* Update installation commands for dependency groups in tox.ini and main.yml

* update installation command in testing section of contributing docs

* Clean up old `requirements text files` references in workflows and docs

* Removed references to `requirements.txt` in GitHub Actions workflows.
* Updated `mkdocs-deploy.yml` and `main.yml` to install dependencies using `pyproject.toml`.
* Cleaned up documentation to remove mentions of the `requirements` folder.

* Fix invalid pyproject.toml

Project's URLs should be in the [project] table

* Keep full versions in package groups

* Specify all tox deps as dependency groups

---------

Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2025-12-23 02:23:10 +06:00
Pravin
2da99035cc
- Update README.md to include Django 6.0 in the requirements section. (#9839)
- Add Django 6.0 to the supported Django versions in pyproject.toml.
2025-12-05 17:23:20 +06:00
Pravin
fc17a60b2d
Use pyproject.toml for package data, clean MANIFEST.in (#9825) 2025-12-03 16:22:25 +06:00
Bruno Alla
1660c22f3a
Delay CoreAPI deprecation until DRF 3.18 (#9810) 2025-10-30 18:02:24 +00:00
Christian Clauss
5cc16335ee
GitHub Actions: Test on Python 3.14 release candidate 2 (#9780)
Python v3.14 -- October 7th
* https://www.python.org/download/pre-releases
* https://www.python.org/downloads/release/python-3140rc2
2025-10-09 10:10:06 +06:00
Asif Saif Uddin {"Auvi":"অভি"}
5bb4899467
Drop support for Python 3.9 (#9781) 2025-10-07 10:27:55 +01:00
Mathieu Dupuy
2001878298
Migrate packaging to pyproject.toml (#9056)
Co-authored-by: Terence Honles <terence@honles.com>
Co-authored-by: Terence Honles <terencehonles@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2025-09-19 11:45:47 +01:00