[PR #20299] [MERGED] Closes #19095: Introduce support for Python 3.13 & 3.14 #15881

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

📋 Pull Request Information

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

Base: featureHead: 19095-support-new-pythons


📝 Commits (2)

  • ec9da88 Closes #19095: Introduce support for Python 3.13 & 3.14
  • 5506901 Omit Python 3.14 from the testing matrix temporarily

📊 Changes

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

View changed files

📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+2 -0)
📝 .github/workflows/ci.yml (+1 -1)
📝 docs/installation/3-netbox.md (+1 -1)
📝 docs/installation/index.md (+1 -1)
📝 docs/installation/upgrading.md (+3 -2)
📝 docs/plugins/development/index.md (+4 -4)
📝 pyproject.toml (+3 -1)

📄 Description

Closes: #19095

  • Add Python 3.13 & 3.14 as supported Python versions in the documentation
  • Add Python 3.13 to the CI matrix (holding off on 3.14 until final release)
  • Update the packaging to denote Python 3.13 & 3.14
  • Remove obsolete references to Python 3.10 & 3.11

🔄 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/20299 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `feature` ← **Head:** `19095-support-new-pythons` --- ### 📝 Commits (2) - [`ec9da88`](https://github.com/netbox-community/netbox/commit/ec9da881348406e270c829c67829dbe3ed0cf992) Closes #19095: Introduce support for Python 3.13 & 3.14 - [`5506901`](https://github.com/netbox-community/netbox/commit/550690186730285be1747baf9c7df451f3ac18ea) Omit Python 3.14 from the testing matrix temporarily ### 📊 Changes **7 files changed** (+15 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/02-bug_report.yaml` (+2 -0) 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `docs/installation/3-netbox.md` (+1 -1) 📝 `docs/installation/index.md` (+1 -1) 📝 `docs/installation/upgrading.md` (+3 -2) 📝 `docs/plugins/development/index.md` (+4 -4) 📝 `pyproject.toml` (+3 -1) </details> ### 📄 Description ### Closes: #19095 - Add Python 3.13 & 3.14 as supported Python versions in the documentation - Add Python 3.13 to the CI matrix (holding off on 3.14 until final release) - Update the packaging to denote Python 3.13 & 3.14 - Remove obsolete references to Python 3.10 & 3.11 --- <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:35 +01:00
adam closed this issue 2025-12-30 00:24:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15881