File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 5252 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5353 # If this step fails, then you should remove it and run the build manually (see below)
5454 - name : Autobuild
55- uses : github/codeql-action/autobuild@v2
55+ uses : github/codeql-action/autobuild@v3
5656
5757 # ℹ️ Command-line programs to run using the OS shell.
5858 # 📚 https://git.io/JvXDl
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ notifications:
99
1010matrix :
1111 include :
12- - python : 3.7
12+ - python : 3.9
1313 before_script :
1414 - >-
1515 [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
@@ -19,10 +19,11 @@ matrix:
1919 && openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true
2020 && openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true
2121 - python : 3.8
22- - python : 3.9
2322 - python : 3.10
23+ - python : 3.11
2424
2525before_install :
26+ - curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
2627- sudo apt-get update
2728- sudo apt-get install pandoc
2829- pip install pypandoc
@@ -47,7 +48,7 @@ deploy:
4748 script : npx semantic-release
4849 skip_cleanup : true
4950 on :
50- python : ' 3.7 '
51+ python : ' 3.9 '
5152 branch : master
5253- provider : pypi
5354 setuptools_version : " 60.8.2"
@@ -56,5 +57,5 @@ deploy:
5657 repository : https://upload.pypi.org/legacy
5758 skip_cleanup : true
5859 on :
59- python : ' 3.7 '
60+ python : ' 3.9 '
6061 tags : true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Python client library to interact with various [IBM Cloud Networking Service API
2222 npx markdown-toc -i README.md
2323 -->
2424
25- <!-- toc -->
25+ <! -- toc -->
2626
2727- [ Overview] ( #overview )
2828- [ Prerequisites] ( #prerequisites )
Original file line number Diff line number Diff line change 1- requests >= 2.24 .0 ,< 3.0
1+ requests >= 2.30 .0 ,< 3.0
22python_dateutil >= 2.5.3 ,< 3.0.0
3- ibm_cloud_sdk_core >= 3.14.0 ,< 4.0.0
3+ ibm_cloud_sdk_core >= 3.20.1 ,< 4.0.0
You can’t perform that action at this time.
0 commit comments