Commit 1ee18f3 1 parent 3066380 commit 1ee18f3 Copy full SHA for 1ee18f3
File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
unit-tests :
9
9
name : Test on Python v${{ matrix.python-version }}
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-22 .04
11
11
strategy :
12
12
matrix :
13
13
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'
20
14
- pipenv-version : ' 2022.4.8'
21
15
python-version : ' 3.9'
22
16
- pipenv-version : ' 2023.2.4'
Original file line number Diff line number Diff line change 91
91
'Operating System :: OS Independent' ,
92
92
#'Programming Language :: Python :: 3.4', # dropped in v4.0
93
93
#'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
97
97
'Programming Language :: Python :: 3.9' ,
98
98
'Programming Language :: Python :: 3.10' ,
99
99
'Programming Language :: Python :: 3.11' ,
100
100
'Programming Language :: Python :: 3.12' ,
101
+ 'Programming Language :: Python :: 3.13' ,
101
102
'Topic :: Software Development :: Libraries :: Python Modules'
102
103
]
103
104
)
You can’t perform that action at this time.
0 commit comments