Skip to content

Commit 706abf0

Browse files
committed
Update Python version to 3.10 in workflows and environment files
1 parent 72a9ced commit 706abf0

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up Python 3.6
18+
- name: Set up Python 3.10
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: '3.6.15'
21+
python-version: '3.10.13'
2222
- name: Create conda/mamba environment using micromamba
2323
uses: mamba-org/setup-micromamba@v1
2424
with:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- bioconda
55
- defaults
66
dependencies:
7-
- python=3.6
7+
- python=3.10
88
- blast=2.12.0
99
- bwa=0.7.17
1010
- picard=2.20.3

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ pymysql==0.10.1
77
pyyaml==5.4.1
88
sqlalchemy==1.3.19
99
genologics==0.4.6
10-
rauth==0.7.3
11-
10+
rauth==0.7.3

0 commit comments

Comments
 (0)