Skip to content

Commit 097bc46

Browse files
committed
fix: temp PR
dependency: none Signed-off-by: jkalandaibm <[email protected]>
1 parent b07f645 commit 097bc46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ notifications:
99

1010
matrix:
1111
include:
12-
- python: 3.7
12+
- python: 3.9
1313
before_script:
1414
- >-
1515
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
@@ -19,8 +19,8 @@ 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

2525
before_install:
2626
- curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
@@ -48,7 +48,7 @@ deploy:
4848
script: npx semantic-release
4949
skip_cleanup: true
5050
on:
51-
python: '3.7'
51+
python: '3.9'
5252
branch: master
5353
- provider: pypi
5454
setuptools_version: "60.8.2"
@@ -57,5 +57,5 @@ deploy:
5757
repository: https://upload.pypi.org/legacy
5858
skip_cleanup: true
5959
on:
60-
python: '3.7'
60+
python: '3.9'
6161
tags: true

0 commit comments

Comments
 (0)