Skip to content

Commit

Permalink
Tune py-3.14 version (#528)
Browse files Browse the repository at this point in the history
* Tune py-3.14 version

* Fix
  • Loading branch information
asvetlov authored Dec 17, 2024
1 parent ef1dd00 commit 41dc90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pyver: ['3.9', '3.10', '3.11', '3.12', '3.13']
experimental: [false]
include:
- pyver: "3.14"
- pyver: "3.14.0-alpha.2"
experimental: true
fail-fast: true
continue-on-error: ${{ matrix.experimental }}
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
filterwarnings =
error
ignore:'asyncio.iscoroutinefunction' is deprecated:DeprecationWarning:aiohttp
testpaths = tests/
xfail_strict = true

0 comments on commit 41dc90c

Please sign in to comment.