@@ -3,7 +3,7 @@ version: 2.1
33orbs :
4455 release :
dialogue/[email protected] 6- python :
dialogue/[email protected] .8 6+ python :
dialogue/[email protected] .11 7788 codecov :
codecov/[email protected] 99
@@ -33,24 +33,24 @@ workflows:
3333 name : 👮 lint
3434 << : *executor
3535 context : code-validator
36-
36+
3737 - python/run :
3838 name : 👮 mypy
3939 run : mypy .
4040 << : *executor
4141 context : code-validator
42-
42+
4343 - test :
4444 name : 🧪 test py<<matrix.python_version>> sqlalchemy-<<matrix.sqlalchemy_version >> pydantic-<<matrix.pydantic_version>> <<matrix.asyncpg>> <<matrix.aws_rds_iam>>
4545 context : code-validator
4646 matrix :
4747 parameters :
48- python_version : ["3.9", "3.10", "3.11", "3.12"]
48+ python_version : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
4949 sqlalchemy_version : ["1.4", "2.0", "2.0-sqlmodel"]
5050 asyncpg : ["asyncpg", "noasyncpg"]
5151 aws_rds_iam : ["aws_rds_iam", "noaws_rds_iam"]
5252 pydantic_version : ["1", "2"]
53-
53+
5454 - release/release :
5555 name : 🕊 release
5656 requires :
8282 parameters :
8383 python_version :
8484 type : enum
85- enum : ["3.9", "3.10", "3.11", "3.12"]
85+ enum : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
8686 description : |
8787 Specify which version of python to run the tests against
8888 sqlalchemy_version :
@@ -107,7 +107,8 @@ jobs:
107107 working_directory : ~/project/.
108108 steps :
109109 - base/setup
110- - python/setup
110+ - python/setup :
111+ poetry_version : " 1.8.4"
111112 - python/install_deps
112113 - utils/with_cache :
113114 namespace : tox
0 commit comments