Skip to content

Commit

Permalink
focus on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 18, 2024
1 parent 73eeb2e commit a737d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11" ]
python-version: [ "3.10" ]
fail-fast: false
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
appdirs = "*"
biopython = "*"
cement = "*"
Expand Down

0 comments on commit a737d5e

Please sign in to comment.