Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 12, 2024
1 parent 9fa5079 commit 31f87db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rednose"
requires-python = ">= 3.8"
requires-python = ">= 3.9"
version = "0.1.0"

dependencies = [
Expand All @@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta"

[tool.ruff]
line-length = 160
target-version="py311"
target-version="py39"

[tool.ruff.lint]
select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF100", "A"]
Expand Down

0 comments on commit 31f87db

Please sign in to comment.