Skip to content

Commit feb49a8

Browse files
authored
MOTOR-1337 Test against Python 3.13 beta (#295)
1 parent cc6dfab commit feb49a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-20.04]
23-
python-version: ["3.8", "3.12"]
23+
python-version: ["3.8", "3.12", "3.13"]
2424
fail-fast: false
2525
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
2626
steps:

requirements/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pytest>=7
22
mockupdb
33
tornado>=5
4-
aiohttp!=3.8.6
4+
aiohttp>=3.8.7
55
motor[encryption]
6+
cffi>=1.17.0rc1;python_version=="3.13"

0 commit comments

Comments
 (0)