[PR #14673] [MERGED] Closes #14638: Drop support for Python 3.8 and 3.9 #14443

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14673
Author: @jeremystretch
Created: 1/3/2024
Status: Merged
Merged: 1/3/2024
Merged by: @jeremystretch

Base: featureHead: 14638-drop-old-python


📝 Commits (1)

📊 Changes

8 files changed (+18 additions, -21 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -1)
📝 docs/development/getting-started.md (+1 -1)
📝 docs/installation/3-netbox.md (+5 -5)
📝 docs/installation/index.md (+1 -1)
📝 docs/installation/upgrading.md (+3 -3)
📝 docs/plugins/development/index.md (+2 -2)
📝 netbox/dcim/tests/test_views.py (+1 -5)
📝 netbox/netbox/settings.py (+4 -3)

📄 Description

Fixes: #14638

  • Remove CI runners for Python 3.8 and 3.9
  • Update documented minimum required Python version to 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/14673 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/3/2024 **Status:** ✅ Merged **Merged:** 1/3/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14638-drop-old-python` --- ### 📝 Commits (1) - [`58f7600`](https://github.com/netbox-community/netbox/commit/58f7600fe39aab2fc86b22fccc44d133f35581ef) Closes #14638: Drop support for Python 3.8 and 3.9 ### 📊 Changes **8 files changed** (+18 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `docs/development/getting-started.md` (+1 -1) 📝 `docs/installation/3-netbox.md` (+5 -5) 📝 `docs/installation/index.md` (+1 -1) 📝 `docs/installation/upgrading.md` (+3 -3) 📝 `docs/plugins/development/index.md` (+2 -2) 📝 `netbox/dcim/tests/test_views.py` (+1 -5) 📝 `netbox/netbox/settings.py` (+4 -3) </details> ### 📄 Description ### Fixes: #14638 - Remove CI runners for Python 3.8 and 3.9 - Update documented minimum required Python version to 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-29 23:24:30 +01:00
adam closed this issue 2025-12-29 23:24:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14443