mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 23:26:00 +03:00
[GH-ISSUE #13] Remove support for python 2.7 #5
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CompileNix on GitHub (Mar 21, 2020).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/13
Originally assigned to: @jhollowe on GitHub.
Python 2.7 is officially end-of-life since Jan 1, 2020.
So, i would argue that we should remove support for python 2.7 in the near feature.
@jhollowe commented on GitHub (Apr 21, 2020):
While I agree Python 2 should disappear, that takes effort from the entire community. While I would encourage all development in the future to prioritize 3.x, removing existing Python 2 support doesn't make sense. There is still likely 2.7 code that is using this library which we should not force to update until there is a reason to do so.
If there is a feature we would like to implement in the future that requires 3.x I would push to include it and end support for 2.x. However, code that does not require 3 should continue using existing cross-version code.
If you have a good reason to end 2.7 support, I would love to hear it and consider it, but as I see it, we don't need to do so at the current time.
TL;DR I would like to keep 2.x until there is a code-base reason to remove support.
@jhollowe commented on GitHub (May 15, 2020):
I'm going to close this, but anyone one in the future feel free to comment