[PR #20231] [MERGED] Closes #19889: Drop support for Python 3.10 & 3.11 #15854

Closed
opened 2025-12-30 00:24:25 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20231
Author: @jeremystretch
Created: 9/2/2025
Status: Merged
Merged: 9/5/2025
Merged by: @bctiemann

Base: featureHead: 19889-drop-old-pythons


📝 Commits (1)

📊 Changes

10 files changed (+15 additions, -27 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+0 -2)
📝 .github/workflows/ci.yml (+1 -1)
📝 docs/development/getting-started.md (+1 -1)
📝 docs/installation/3-netbox.md (+4 -4)
📝 docs/installation/4a-gunicorn.md (+0 -3)
📝 docs/installation/index.md (+1 -1)
📝 netbox/netbox/settings.py (+2 -2)
📝 netbox/utilities/datetime.py (+0 -5)
📝 pyproject.toml (+2 -4)
📝 upgrade.sh (+4 -4)

📄 Description

Closes: #19889

  • Drop support for Python 3.10 & 3.11 in documentation
  • Remove Python 3.10 & 3.11 from the CI matrix
  • Enforce a minimum Python version of 3.12 in upgrade script & settings.py
  • Remove a hack in datetime_from_timestamp() to accommodate Python 3.10

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/20231 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `feature` ← **Head:** `19889-drop-old-pythons` --- ### 📝 Commits (1) - [`b1439dc`](https://github.com/netbox-community/netbox/commit/b1439dc298e4988f95c1aeda6ca8c7caf56e3282) Closes #19889: Drop support for Python 3.10 & 3.11 ### 📊 Changes **10 files changed** (+15 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/02-bug_report.yaml` (+0 -2) 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `docs/development/getting-started.md` (+1 -1) 📝 `docs/installation/3-netbox.md` (+4 -4) 📝 `docs/installation/4a-gunicorn.md` (+0 -3) 📝 `docs/installation/index.md` (+1 -1) 📝 `netbox/netbox/settings.py` (+2 -2) 📝 `netbox/utilities/datetime.py` (+0 -5) 📝 `pyproject.toml` (+2 -4) 📝 `upgrade.sh` (+4 -4) </details> ### 📄 Description ### Closes: #19889 - Drop support for Python 3.10 & 3.11 in documentation - Remove Python 3.10 & 3.11 from the CI matrix - Enforce a minimum Python version of 3.12 in upgrade script & `settings.py` - Remove a hack in `datetime_from_timestamp()` to accommodate Python 3.10 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:24:25 +01:00
adam closed this issue 2025-12-30 00:24:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15854