Skip to content

Commit 5b85b7b

Browse files
author
David Linko
committed
updated python from 3.9 to 3.10
1 parent ade3a1f commit 5b85b7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/anms-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.9"
20+
python-version: "3.10"
2121
- name: Install dependencies
2222
run: |
2323
pip3 install deps/dtnma-ace

.github/workflows/aricodec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.9"
20+
python-version: "3.10"
2121
- name: Install dependencies
2222
run: |
2323
pip3 install deps/dtnma-ace

.github/workflows/transcoder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.9"
20+
python-version: "3.10"
2121
- name: Install flake8
2222
working-directory: transcoder
2323
run: pip3 install flake8

0 commit comments

Comments
 (0)