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:
11
11
group : ${{ github.head_ref || github.run_id }}
12
12
cancel-in-progress : true
13
13
14
- env :
15
- DEFAULT_PYTHON_VERSION : " 3.12"
16
-
17
14
jobs :
18
15
check-types :
19
16
runs-on : ubuntu-latest
45
42
python-version :
46
43
- " 3.11"
47
44
- " 3.12"
45
+ - " 3.13"
48
46
steps :
49
47
- uses : actions/checkout@v4
50
48
- uses : extractions/setup-just@v2
63
61
python-version :
64
62
- " 3.11"
65
63
- " 3.12"
64
+ - " 3.13"
66
65
steps :
67
66
- uses : actions/checkout@v4
68
67
- uses : extractions/setup-just@v2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
build :
4
4
context : .
5
5
args :
6
- PYTHON_IMAGE : ${PYTHON_IMAGE:-python:3.12 -slim-bullseye}
6
+ PYTHON_IMAGE : ${PYTHON_IMAGE:-python:3.13 -slim-bullseye}
7
7
depends_on :
8
8
artemis :
9
9
condition : service_started
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dev-dependencies = [
26
26
" pytest-cov~=5.0.0" ,
27
27
" pytest~=8.3.2" ,
28
28
" ruff~=0.6.2" ,
29
- " uvloop~=0.20.0 " ,
29
+ " uvloop~=0.21.0beta1 " ,
30
30
" hypothesis~=6.111.2" ,
31
31
" polyfactory~=2.16.2" ,
32
32
" faker~=28.0.0" ,
You can’t perform that action at this time.
0 commit comments