@@ -26,15 +26,14 @@ classifiers = [
2626 " Operating System :: OS Independent" ,
2727 " Programming Language :: Python" ,
2828 " Programming Language :: Python :: 3" ,
29- " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
3130 " Programming Language :: Python :: 3.12" ,
3231 " Programming Language :: Python :: 3.13" ,
3332 " Topic :: Internet :: WWW/HTTP" ,
3433 " Topic :: Software Development :: Libraries :: Python Modules" ,
3534 " Typing :: Typed" ,
3635]
37- requires-python = " >=3.10 "
36+ requires-python = " >=3.11 "
3837
3938[project .optional-dependencies ]
4039test = [" pytest==7.1.1" , " pyyaml==5.4" , " fhirpy-types-r4b==0.1.1" ]
@@ -47,7 +46,7 @@ Changelog = "https://github.com/beda-software/fhirpath-py/blob/master/CHANGELOG.
4746
4847
4948[tool .ruff ]
50- target-version = " py310 "
49+ target-version = " py311 "
5150line-length = 100
5251include = [" fhirpathpy/**/*.py" , " tests/**/*.py" ]
5352
@@ -58,7 +57,7 @@ ignore = ["E501", "N803", "N806"]
5857unfixable = [" F401" ]
5958
6059[tool .mypy ]
61- python_version = " 3.10 "
60+ python_version = " 3.11 "
6261ignore_missing_imports = true
6362plugins = [" pydantic.mypy" ]
6463
0 commit comments