pyproject.toml lists outdated python versions #9460

Closed
opened 2025-12-29 20:50:13 +01:00 by adam · 0 comments
Owner

Originally created by @arthanson on GitHub (Apr 9, 2024).

Originally assigned to: @arthanson on GitHub.

Proposed Changes

pyproject.toml lists: target_version = ['py38', 'py39', 'py310'] whereas .github.workflows.ci.yml lists python-version: ['3.10', '3.11', '3.12']

pyproject.toml should be updated to these python versions.

Justification

pyproject.toml has old python versions that are no longer supported in NetBox.

Originally created by @arthanson on GitHub (Apr 9, 2024). Originally assigned to: @arthanson on GitHub. ### Proposed Changes pyproject.toml lists: `target_version = ['py38', 'py39', 'py310']` whereas .github.workflows.ci.yml lists `python-version: ['3.10', '3.11', '3.12']` pyproject.toml should be updated to these python versions. ### Justification pyproject.toml has old python versions that are no longer supported in NetBox.
adam added the status: acceptedtype: housekeepingbeta labels 2025-12-29 20:50:13 +01:00
adam closed this issue 2025-12-29 20:50:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9460