diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ecd505..f2af577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 diff --git a/dev-requirements.txt b/dev-requirements.txt index 345c1ba..1ec7063 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt coverage==7.8.0 pytest==8.3.5 -pytest-asyncio==0.26.0 +pytest-asyncio==1.0.0 pytest-aiohttp==1.1.0 pytest-mock==3.14.0 -pytest-cov==6.1.1 \ No newline at end of file +pytest-cov==6.1.1 diff --git a/tox.ini b/tox.ini index 3913155..a5bfff0 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ requires = tox>=4.2 env_list = - py{313, 312, 311, 310, 39} + py{314, 313, 312, 311, 310, 39} [testenv] deps =