File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 77jobs :
88 unit-tests :
99 name : Test on Python v${{ matrix.python-version }}
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-24 .04
1111 strategy :
1212 matrix :
1313 include :
14- - pipenv-version : ' 2022.4.8'
15- python-version : ' 3.6'
16- - pipenv-version : ' 2022.4.8'
17- python-version : ' 3.7'
18- - pipenv-version : ' 2022.4.8'
19- python-version : ' 3.8'
2014 - pipenv-version : ' 2022.4.8'
2115 python-version : ' 3.9'
2216 - pipenv-version : ' 2023.2.4'
Original file line number Diff line number Diff line change 9191 'Operating System :: OS Independent' ,
9292 #'Programming Language :: Python :: 3.4', # dropped in v4.0
9393 #'Programming Language :: Python :: 3.5', # dropped in v4.0
94- 'Programming Language :: Python :: 3.6' , # will be dropped in v5.0
95- 'Programming Language :: Python :: 3.7' , # will be dropped in v5.0
96- 'Programming Language :: Python :: 3.8' , # will be dropped in v5.0
94+ # 'Programming Language :: Python :: 3.6', # dropped in v5.0
95+ # 'Programming Language :: Python :: 3.7', # dropped in v5.0
96+ # 'Programming Language :: Python :: 3.8', # dropped in v5.0
9797 'Programming Language :: Python :: 3.9' ,
9898 'Programming Language :: Python :: 3.10' ,
9999 'Programming Language :: Python :: 3.11' ,
You can’t perform that action at this time.
0 commit comments