mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump Python version in test
This commit is contained in:
parent
3a4ca06e14
commit
53272e27cb
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class TestDefaultBotProperties:
|
|||
assert default_bot_properties["link_preview_prefer_large_media"] is True
|
||||
assert default_bot_properties["link_preview_show_above_text"] is True
|
||||
|
||||
@pytest.mark.skipif(sys.version_info < (3, 10), reason="requires python3.10 or higher")
|
||||
@pytest.mark.skipif(sys.version_info < (3, 12), reason="requires python3.11 or higher")
|
||||
def test_dataclass_creation_3_10_plus(self):
|
||||
params = DefaultBotProperties.__dataclass_params__
|
||||
assert params.slots is True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue