Skip to content

Commit b6341a7

Browse files
authored
Update pythonapp.yml
deprecate python 3.7-> 3.8
1 parent 3ab0d6b commit b6341a7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
strategy:
1616
# we should give github deside own speed max-parallel: 1
1717
matrix:
18-
python: [3.6, 3.7, 3.8, 3.9, 3.10.10, 3.11, 3.12]
18+
python: [3.8, 3.9, 3.10.10, 3.11, 3.12]
1919
#depricated versions 3.6, 3.7 and 3.8 in 18.10.2024
2020
#We are moving to 3.6 -> versions should work on 3.5 version, also currently broken no 64Arch [3.12]
2121
#UNdepricated versions from python 3.5 to python 3.11 in 16.02.2025
2222
os: [ubuntu-20.04, ubuntu-latest] # we dont need windows currently, but is works currently [ windows-2019]
2323
exclude:
24-
- os: ubuntu-latest
25-
python: 3.6
26-
- os: ubuntu-latest
27-
python: 3.7
24+
#- os: ubuntu-latest
25+
# python: 3.6
26+
#- os: ubuntu-latest
27+
# python: 3.7
2828
- os: ubuntu-20.04
2929
python: 3.8
3030
- os: ubuntu-20.04

0 commit comments

Comments
 (0)