Skip to content

chore: python 3.10 testing. - #34201

Closed
awais786 wants to merge 4 commits into
testing-py39from
python310
Closed

chore: python 3.10 testing.#34201
awais786 wants to merge 4 commits into
testing-py39from
python310

Conversation

@awais786

@awais786 awais786 commented Feb 7, 2024

Copy link
Copy Markdown
Contributor

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

feanil commented May 1, 2024

Copy link
Copy Markdown
Contributor

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