Skip to content

Commit

Permalink
try py310
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 27, 2024
1 parent 7ad2100 commit a185941
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ maintainers = [
{name = "Callum Rollo", email = "[email protected]"},
{name = "Filipe Fernandes", email = "[email protected]"},
]
requires-python = ">=3.11"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
Expand Down Expand Up @@ -53,7 +54,6 @@ select = [
"T20", # flake8-print
"UP", # upgrade
]
target-version = "py311"
line-length = 79

[tool.ruff.per-file-ignores]
Expand Down

0 comments on commit a185941

Please sign in to comment.