Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with Python 3.8-3.9 #1162

Merged
merged 2 commits into from Apr 20, 2023
Merged

Conversation

JrooTJunior
Copy link
Member

@JrooTJunior JrooTJunior commented Apr 8, 2023

Description

Fixed compatibility with Python 3.8-3.9

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@JrooTJunior JrooTJunior added the 3.x Issue or PR for stable 3.x version label Apr 8, 2023
@github-actions
Copy link

github-actions bot commented Apr 8, 2023

✔️ Changelog found.

Thank you for adding a description of the changes

@github-actions
Copy link

github-actions bot commented Apr 8, 2023

❌ Changelog is required!

You need to add a brief description of the changes to the CHANGES directory.

For example, you can run towncrier create <issue>.<type> to create a file in the change directory and then write a description on that file.

Read more at Towncrier docs

@codecov
Copy link

codecov bot commented Apr 8, 2023

Codecov Report

Merging #1162 (598c707) into dev-3.x (2c756a1) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           dev-3.x     #1162   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          354       354           
  Lines         8795      8805   +10     
=========================================
+ Hits          8795      8805   +10     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiogram/dispatcher/dispatcher.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@JrooTJunior JrooTJunior marked this pull request as ready for review April 20, 2023 21:16
@JrooTJunior JrooTJunior added this to the 3.0 milestone Apr 20, 2023
@JrooTJunior JrooTJunior added this to In progress in 3.0 via automation Apr 20, 2023
@JrooTJunior JrooTJunior merged commit fb3076d into dev-3.x Apr 20, 2023
22 checks passed
3.0 automation moved this from In progress to Done Apr 20, 2023
@JrooTJunior JrooTJunior deleted the compatibility-py3.8-py3.9 branch August 14, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issue or PR for stable 3.x version
Projects
3.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant