Skip to content

Commit

Permalink
set versions
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Sep 9, 2024
1 parent 2025d82 commit c010e29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: ["3.9", "3.10"]
python: ["3.10", "3.11"]
include:
- os: macos-latest
python: "3.9"
python: "3.10"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Installation
============
:mod:`moscot` requires Python version >= 3.9 to run.
:mod:`moscot` requires Python version >= 3.10 to run.

PyPI
----
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "moscot"
dynamic = ["version"]
description = "Multi-omic single-cell optimal transport tools"
readme = "README.rst"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = {file = "LICENSE"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -232,7 +232,7 @@ ignore_roles = [

[tool.mypy]
mypy_path = "$MYPY_CONFIG_FILE_DIR/src"
python_version = "3.9"
python_version = "3.10"
plugins = "numpy.typing.mypy_plugin"

ignore_errors = false
Expand Down Expand Up @@ -269,7 +269,7 @@ max_line_length = 120
legacy_tox_ini = """
[tox]
min_version = 4.0
env_list = lint-code,py{3.9,3.10,3.11}
env_list = lint-code,py{3.10,3.11,3.12}
skip_missing_interpreters = true
[testenv]
Expand Down

0 comments on commit c010e29

Please sign in to comment.