Skip to content

Commit 32ca27d

Browse files
authored
Merge pull request #70 from gbouras13/dev
relax python version limits and remove codecov
2 parents 1312025 + f108df6 commit 32ca27d

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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"
@@ -55,8 +55,4 @@ jobs:
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

build/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "plassembler"
3-
version = "1.7.1" # change VERSION too
3+
version = "1.8.0" # change VERSION too
44
description = "Quickly and accurately assemble plasmids in hybrid sequenced bacterial isolates"
55
authors = ["George Bouras <george.bouras@adelaide.edu.au>"]
66
license = "MIT"
@@ -16,7 +16,7 @@ include = [
1616
plassembler = 'plassembler:main'
1717

1818
[tool.poetry.dependencies]
19-
python = ">=3.8,<3.10"
19+
python = ">=3.8,<3.14"
2020
click = ">=8.0.0"
2121
loguru = ">=0.5.3"
2222
pyyaml = ">=6.0"

src/plassembler/utils/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.8.0

0 commit comments

Comments
 (0)