Commit 3c65596
committed
ci: Add Python 3.12 to test matrix and streamline tox.ini
This commit updates the project's continuous integration and local testing configurations to include Python 3.12.
Key changes include:
- **GitHub Actions (`.github/workflows/test.yml`):**
- Added Python 3.12 to the test matrix.
- Reordered Django versions in the test matrix for consistency.
- **Tox configuration (`tox.ini`):**
- Simplified the test environment definitions to use a matrix-style approach (`d{52, 42}-py{313, 312, 311}`). This change aligns the local testing environments with the updated Python and Django versions supported in the CI workflow, making the configuration more concise and maintainable.1 parent 748cdca commit 3c65596
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments