Skip to content

Commit

Permalink
drop 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Jan 25, 2025
1 parent 21f831f commit 8878cd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pydna_test_and_coverage_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
os: ["macos-latest", "windows-latest"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
include:
- os: ubuntu-latest
python-version: "3.8"
codecov: true
- os: ubuntu-latest
python-version: "3.9"
- os: ubuntu-latest
Expand All @@ -28,6 +25,7 @@ jobs:
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
codecov: true
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -51,7 +50,7 @@ pydivsufsort = ">=0.0.14"
pyfiglet = "0.8.post1"
pyparsing = { version = ">=2.4.7", optional = true }
pyperclip = { version = ">=1.8.2", optional = true }
python = ">=3.8,<4.0"
python = ">=3.9,<4.0"
requests = { version = ">=2.26.0", optional = true }
scipy = [
{ version = ">=1.11.3", python = ">=3.12", optional = true },
Expand Down
8 changes: 1 addition & 7 deletions tests/test_module_contig.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,7 @@ def test_contig(monkeypatch):
cnt2 = asm.assemble_linear()[0]

fig = (
"one|14\n"
" \\/\n"
" /\\\n"
" 14|two|15\n"
" \\/\n"
" /\\\n"
" 15|three"
"one|14\n" " \\/\n" " /\\\n" " 14|two|15\n" " \\/\n" " /\\\n" " 15|three"
)

assert fig == cnt2.figure()
Expand Down

0 comments on commit 8878cd3

Please sign in to comment.