Skip to content

Commit d219e83

Browse files
authored
Update pyproject.toml
1 parent 6ca45b6 commit d219e83

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.ruff]
22
# Version 3.8 is supported, so don't use syntax for newer versions
3-
target-version = "py38"
3+
target-version = "py310"
44

55
[tool.ruff.lint]
66
# Many other rulesets exist -- start with a simple set to get `flake8` parity
@@ -33,7 +33,7 @@ ignore = [
3333

3434
[tool.poetry]
3535
name = "scim2-filter-parser"
36-
version = "0.7.0"
36+
version = "0.7.1"
3737
description = "A customizable parser/transpiler for SCIM2.0 filters."
3838
license = "MIT"
3939
authors = ["Paul Logston <paul@15five.com>"]
@@ -50,8 +50,6 @@ classifiers = [
5050
"License :: OSI Approved :: MIT License",
5151
"Natural Language :: English",
5252
"Operating System :: OS Independent",
53-
"Programming Language :: Python :: 3.8",
54-
"Programming Language :: Python :: 3.9",
5553
"Programming Language :: Python :: 3.10",
5654
"Programming Language :: Python :: 3.11",
5755
"Programming Language :: Python :: 3.12",
@@ -69,10 +67,10 @@ sfp-transpiler = 'scim2_filter_parser.transpilers.sql:main'
6967
sfp-query = 'scim2_filter_parser.queries.sql:main'
7068

7169
[tool.poetry.dependencies]
72-
python = ">=3.8"
70+
python = ">=3.10"
7371
sly = "==0.5"
7472

75-
django = { version = ">=3.2", optional = true }
73+
django = { version = ">=4.2", optional = true }
7674

7775
[tool.poetry.extras]
7876
django-query = ['django']

0 commit comments

Comments
 (0)