We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6dfab commit feb49a8Copy full SHA for feb49a8
.github/workflows/test-python.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ubuntu-20.04]
23
- python-version: ["3.8", "3.12"]
+ python-version: ["3.8", "3.12", "3.13"]
24
fail-fast: false
25
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
26
steps:
requirements/test.txt
@@ -1,5 +1,6 @@
1
pytest>=7
2
mockupdb
3
tornado>=5
4
-aiohttp!=3.8.6
+aiohttp>=3.8.7
5
motor[encryption]
6
+cffi>=1.17.0rc1;python_version=="3.13"
0 commit comments