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

chore: python 3.10 testing. #34201

Closed
wants to merge 4 commits into from
Closed

chore: python 3.10 testing. #34201

wants to merge 4 commits into from

Conversation

awais786
Copy link
Contributor

@awais786 awais786 commented Feb 7, 2024

Running tests against python 3.10. I am running tests againsts gh hosted runners.

self = 
    Returns the block types that could have a score.

    Something might be a scored item if it is capable of storin...n might have scores. We can avoid things like Videos,
    which have state but cannot ever impact someone's grade.
    
args = ()

    def __call__(self, *args):
>       if not isinstance(args, collections.Hashable):
E       AttributeError: module 'collections' has no attribute 'Hashable'

Python 3.9 = #34196
python 3.10 = #34201
python 3.11 = #34202

@awais786 awais786 changed the title chore: python 3.10 testing. chore: python 3.10 migrations testing. Feb 12, 2024
@awais786 awais786 changed the title chore: python 3.10 migrations testing. chore: python 3.10 testing. Feb 12, 2024
@feanil
Copy link
Contributor

feanil commented May 1, 2024

Closing now that we have tests passing on Python 3.11: #34374

@feanil feanil closed this May 1, 2024
@feanil feanil deleted the python310 branch May 1, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants