File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ concurrency:
1111 group : ${{ github.head_ref || github.run_id }}
1212 cancel-in-progress : true
1313
14- env :
15- DEFAULT_PYTHON_VERSION : " 3.12"
16-
1714jobs :
1815 check-types :
1916 runs-on : ubuntu-latest
4542 python-version :
4643 - " 3.11"
4744 - " 3.12"
45+ - " 3.13"
4846 steps :
4947 - uses : actions/checkout@v4
5048 - uses : extractions/setup-just@v2
6361 python-version :
6462 - " 3.11"
6563 - " 3.12"
64+ - " 3.13"
6665 steps :
6766 - uses : actions/checkout@v4
6867 - uses : extractions/setup-just@v2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 build :
44 context : .
55 args :
6- PYTHON_IMAGE : ${PYTHON_IMAGE:-python:3.12 -slim-bullseye}
6+ PYTHON_IMAGE : ${PYTHON_IMAGE:-python:3.13 -slim-bullseye}
77 depends_on :
88 artemis :
99 condition : service_started
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dev-dependencies = [
2626 " pytest-cov~=5.0.0" ,
2727 " pytest~=8.3.2" ,
2828 " ruff~=0.6.2" ,
29- " uvloop~=0.20.0 " ,
29+ " uvloop~=0.21.0beta1 " ,
3030 " hypothesis~=6.111.2" ,
3131 " polyfactory~=2.16.2" ,
3232 " faker~=28.0.0" ,
You can’t perform that action at this time.
0 commit comments