mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Added Python 3.11 (currently RC).
This commit is contained in:
11
.github/workflows/Parameters.yml
vendored
11
.github/workflows/Parameters.yml
vendored
@@ -86,11 +86,12 @@ jobs:
|
|||||||
print('WARNING: support for Python 3.6 ended in 2021.12.23')
|
print('WARNING: support for Python 3.6 ended in 2021.12.23')
|
||||||
data = {
|
data = {
|
||||||
'python': {
|
'python': {
|
||||||
'3.6': { 'icon': '⚫', 'until': '2021.12.23' },
|
'3.6': { 'icon': '⚫', 'until': '2021.12.23' },
|
||||||
'3.7': { 'icon': '🔴', 'until': '2023.06.27' },
|
'3.7': { 'icon': '🔴', 'until': '2023.06.27' },
|
||||||
'3.8': { 'icon': '🟠', 'until': '2024.10' },
|
'3.8': { 'icon': '🟠', 'until': '2024.10' },
|
||||||
'3.9': { 'icon': '🟡', 'until': '2025.10' },
|
'3.9': { 'icon': '🟡', 'until': '2025.10' },
|
||||||
'3.10': { 'icon': '🟢', 'until': '2026.10' },
|
'3.10': { 'icon': '🟢', 'until': '2026.10' },
|
||||||
|
'3.11': { 'icon': '🟣', 'until': '2027.10' },
|
||||||
},
|
},
|
||||||
'sys': {
|
'sys': {
|
||||||
'ubuntu': { 'icon': '🐧', 'runs-on': 'ubuntu-latest', 'shell': 'bash' },
|
'ubuntu': { 'icon': '🐧', 'runs-on': 'ubuntu-latest', 'shell': 'bash' },
|
||||||
|
|||||||
Reference in New Issue
Block a user