Skip to content

Commit 2dceb5b

Browse files
feat: direct link macsec changes (#150)
Signed-off-by: Sirija Reddy <[email protected]>
1 parent dd0b42b commit 2dceb5b

File tree

6 files changed

+7961
-4461
lines changed

6 files changed

+7961
-4461
lines changed

.travis.yml

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

1010
matrix:
1111
include:
12-
- python: 3.9
12+
- python: 3.10
1313
before_script:
1414
- >-
1515
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
@@ -18,9 +18,8 @@ matrix:
1818
&& openssl aes-256-cbc -K $encrypted_27cb64608ff6_key -iv $encrypted_27cb64608ff6_iv -in dl.env.enc -out dl.env -d || true
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
21-
- python: 3.8
22-
- python: 3.10
2321
- python: 3.11
22+
- python: 3.12
2423

2524
before_install:
2625
- sudo apt-get update
@@ -50,7 +49,7 @@ deploy:
5049
script: npx semantic-release
5150
skip_cleanup: true
5251
on:
53-
python: '3.9'
52+
python: '3.10'
5453
all_branches: true # Allow semantic-release on any branch triggered by tags
5554
#branch: master
5655
tags: true
@@ -61,5 +60,5 @@ deploy:
6160
repository: https://upload.pypi.org/legacy
6261
skip_cleanup: true
6362
on:
64-
python: '3.9'
63+
python: '3.10'
6564
tags: true

0 commit comments

Comments
 (0)