File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ notifications:
99
1010matrix :
1111 include :
12- - python : 3.10
1312 before_script :
1413 - >-
1514 [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
@@ -18,8 +17,9 @@ matrix:
1817 && openssl aes-256-cbc -K $encrypted_27cb64608ff6_key -iv $encrypted_27cb64608ff6_iv -in dl.env.enc -out dl.env -d || true
1918 && openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true
2019 && openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true
21- - python : 3.11
22- - python : 3.12
20+ - python : 3.10
21+ - python : 3.11
22+ - python : 3.12
2323
2424before_install :
2525- sudo apt-get update
You can’t perform that action at this time.
0 commit comments