Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 17, 2024
2 parents 1708c9c + 41dc90c commit df4c4f5
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 df4c4f5

Please sign in to comment.