File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ notifications:
9
9
10
10
matrix :
11
11
include :
12
- - python : 3.7
12
+ - python : 3.9
13
13
before_script :
14
14
- >-
15
15
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
@@ -19,8 +19,8 @@ matrix:
19
19
&& openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true
20
20
&& openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true
21
21
- python : 3.8
22
- - python : 3.9
23
22
- python : 3.10
23
+ - python : 3.11
24
24
25
25
before_install :
26
26
- curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
@@ -48,7 +48,7 @@ deploy:
48
48
script : npx semantic-release
49
49
skip_cleanup : true
50
50
on :
51
- python : ' 3.7 '
51
+ python : ' 3.9 '
52
52
branch : master
53
53
- provider : pypi
54
54
setuptools_version : " 60.8.2"
@@ -57,5 +57,5 @@ deploy:
57
57
repository : https://upload.pypi.org/legacy
58
58
skip_cleanup : true
59
59
on :
60
- python : ' 3.7 '
60
+ python : ' 3.9 '
61
61
tags : true
You can’t perform that action at this time.
0 commit comments