File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ script:
18
18
jobs :
19
19
include :
20
20
- stage : Build-Test
21
- python : ' 3.8 '
21
+ python : ' 3.9 '
22
22
- python : ' 3.10'
23
23
- python : ' 3.11'
24
24
- python : ' 3.12'
25
-
25
+ - python : ' 3.13'
26
+
26
27
- name : Detect-Secrets
27
28
language : python
28
- python : ' 3.12 '
29
+ python : ' 3.13 '
29
30
install :
30
31
- pip install --upgrade "git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
31
32
script :
42
43
- npm run semantic-release
43
44
44
45
- stage : Publish-Release
45
- python : " 3.8 "
46
+ python : " 3.9 "
46
47
name : Publish-To-PyPi
47
48
script :
48
49
- make ci
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This project contains core functionality required by Python code generated by th
9
9
(openapi-sdkgen).
10
10
11
11
# Python Version
12
- The current minimum Python version supported is 3.8 .
12
+ The current minimum Python version supported is 3.9 .
13
13
14
14
## Installation
15
15
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ authors = [
6
6
]
7
7
description = " Core library used by SDKs for IBM Cloud Services"
8
8
readme = " README.md"
9
- requires-python = " >=3.8 "
9
+ requires-python = " >=3.9 "
10
10
classifiers = [
11
11
" Programming Language :: Python" ,
12
12
" Programming Language :: Python :: 3" ,
13
- " Programming Language :: Python :: 3.8" ,
14
13
" Programming Language :: Python :: 3.9" ,
15
14
" Programming Language :: Python :: 3.10" ,
16
15
" Programming Language :: Python :: 3.11" ,
17
16
" Programming Language :: Python :: 3.12" ,
17
+ " Programming Language :: Python :: 3.13" ,
18
18
" Development Status :: 5 - Production/Stable" ,
19
19
" Environment :: Console" ,
20
20
" Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments