Skip to content

Commit 2964b4c

Browse files
authored
Run tests on Python 3.13 (#80)
1 parent 35cbd40 commit 2964b4c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
1714
jobs:
1815
check-types:
1916
runs-on: ubuntu-latest
@@ -45,6 +42,7 @@ jobs:
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
@@ -63,6 +61,7 @@ jobs:
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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)