Skip to content

Commit 3a07909

Browse files
committed
Test python 3.11 and 3.12
1 parent 2f40183 commit 3a07909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ channels:
44
- bioconda
55
- anaconda
66
dependencies:
7-
- biobb_common ==5.0.1
7+
- biobb_common ==5.1.0
88
- godmd ==1.0.0
99
- emboss

.github/workflows/linting_and_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [self-hosted]
24-
python-version: ["3.9", "3.10"]
24+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- name: Check out repository code

0 commit comments

Comments
 (0)