File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Contributing
7474
7575Local Development
7676-----------------
77- > You will need to install ` Python3.7 ` if you do not have it locally, before working on this project.
77+ > You will need to install ` Python3.10 ` or higher if you do not have it locally, before working on this project.
7878
7979This project uses [ Poetry] ( ) to manage project dependencies, build steps, and publishing to [ PYPI] ( ) .
8080
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ requests = "^2.25.1"
3939python-dotenv = " ^0.15.0"
4040dataclasses-json = " ^0.5.3"
4141fuuid = " ^0.1.0"
42- poetry-dynamic-versioning = " ^0.13.0"
4342
4443[tool .poetry .group .dev .dependencies ]
4544pytest = " ^7.0.0"
@@ -71,5 +70,5 @@ relative_files = true
7170[tool .poetry .scripts ]
7271
7372[build-system ]
74- requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning" ]
75- build-backend = " poetry.core.masonry.api "
73+ requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning>=1.0.0,<2.0.0 " ]
74+ build-backend = " poetry-dynamic-versioning.backend "
Original file line number Diff line number Diff line change 55
66[tox]
77envlist = linting,
8- python3.7 ,
9- python3.8 ,
10- python3.9
8+ python3.10 ,
9+ python3.11 ,
10+ python3.12
1111minversion = 3.7.0
1212isolated_build = true
1313skip_missing_interpreters = true
1414skipsdist = true
1515
1616[tox:.package]
17- basepython = python3.7
17+ basepython = python3.10
1818
1919[testenv]
2020description = run tests with pytest under {basepython}
You can’t perform that action at this time.
0 commit comments