File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 os : [macos-13, ubuntu-latest] # macos-latest/macos-14 is M1 - some deps fail it due to not having M1 build (MMSeqs2)
17- python-version : ["3.8 ", "3.9 "]
17+ python-version : ["3.9 ", "3.12 "]
1818
1919 steps :
2020 - uses : " actions/checkout@v3"
5555 export TERM=linux
5656 unicycler --version
5757 just test-ci
58- - name : Upload coverage reports to Codecov
59- uses : codecov/codecov-action@v3
60- with :
61- use_node : true
6258
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ dependencies:
1616 - dnaapler >=0.4.0
1717 - just
1818 - poetry
19- - python >=3.8,<3.10
19+ - python >=3.8,<3.14
2020 - ripgrep
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " plassembler"
3- version = " 1.7.1 " # change VERSION too
3+ version = " 1.8.0 " # change VERSION too
44description = " Quickly and accurately assemble plasmids in hybrid sequenced bacterial isolates"
55authors = [" George Bouras <george.bouras@adelaide.edu.au>" ]
66license = " MIT"
@@ -16,7 +16,7 @@ include = [
1616plassembler = ' plassembler:main'
1717
1818[tool .poetry .dependencies ]
19- python = " >=3.8,<3.10 "
19+ python = " >=3.8,<3.14 "
2020click = " >=8.0.0"
2121loguru = " >=0.5.3"
2222pyyaml = " >=6.0"
Original file line number Diff line number Diff line change 1- 1.7.1
1+ 1.8.0
You can’t perform that action at this time.
0 commit comments