Skip to content

Commit

Permalink
feat(#5): 3.10 too
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 5, 2024
1 parent 1c77d72 commit fbd3fef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12" ]
poetry-version: [ "1.8.3" ]
os: [ ubuntu-22.04, macos-12, windows-2022 ]
runs-on: ${{ matrix.os }}
Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12" ]
poetry-version: [ "1.8.3" ]
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11 || ^3.12"
python = "^3.10 || ^3.11 || ^3.12"
sr-data = { path = "./sr-data" }
sr-train = { path = "./sr-train" }
sr-detector = { path = "./sr-detector" }
Expand Down
2 changes: 1 addition & 1 deletion sr-data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ readme = "README.md"
packages = [{include = "sr_data", from = "src"}]

[tool.poetry.dependencies]
python = "^3.11 || ^3.12"
python = "^3.10 || ^3.11 || ^3.12"

[tool.poetry.scripts]
sr-data = "sr_data.all:main"
Expand Down
2 changes: 1 addition & 1 deletion sr-detector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11 || ^3.12"
python = "^3.10 || ^3.11 || ^3.12"

[build-system]
requires = ["setuptools", "wheel"]
Expand Down
2 changes: 1 addition & 1 deletion sr-train/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11 || ^3.12"
python = "^3.10 || ^3.11 || ^3.12"


[build-system]
Expand Down

0 comments on commit fbd3fef

Please sign in to comment.