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

python 3.11 issues #711

Closed
aw-was-here opened this issue Mar 11, 2023 · 4 comments
Closed

python 3.11 issues #711

aw-was-here opened this issue Mar 11, 2023 · 4 comments
Labels
4.x.x dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@aw-was-here
Copy link
Collaborator

../../wnp11/lib/python3.11/site-packages/tinytag/tinytag.py:34
  /Users/aw/wnp11/lib/python3.11/site-packages/tinytag/tinytag.py:34: DeprecationWarning: 'chunk' is deprecated and slated for removal in Python 3.13
    from chunk import Chunk

../../wnp11/lib/python3.11/site-packages/tinytag/tinytag.py:42
  /Users/aw/wnp11/lib/python3.11/site-packages/tinytag/tinytag.py:42: DeprecationWarning: 'aifc' is deprecated and slated for removal in Python 3.13
    import aifc

tests/test_config.py::test_reset1
  /Users/aw/Src/whats-now-playing/nowplaying/vendor/discogs_client/utils.py:102: DeprecationWarning: In 3.13 classes created inside an enum will not become a member.  Use the `member` decorator to keep the current behavior.
    class By(Enum):

tests/test_config.py::test_reset1
  /Users/aw/Src/whats-now-playing/nowplaying/vendor/discogs_client/utils.py:123: DeprecationWarning: In 3.13 classes created inside an enum will not become a member.  Use the `member` decorator to keep the current behavior.
    class Order(Enum):

tests/test_config.py::test_reset1
  /Users/aw/Src/whats-now-playing/nowplaying/vendor/discogs_client/fetchers.py:227: DeprecationWarning: invalid escape sequence '\w'
    path_with_params = re.compile('(?P<dir>(\w+/)+)(?P<query>\w+)\?(?P<params>.*)')

tests/test_webserver.py::test_startstopwebserver
  /Users/aw/wnp11/lib/python3.11/site-packages/discord/player.py:28: DeprecationWarning: 'audioop' is deprecated and slated for removal in Python 3.13
    import audioop
@aw-was-here aw-was-here added enhancement New feature or request 4.x.x dependencies Pull requests that update a dependency file labels Mar 11, 2023
@aw-was-here
Copy link
Collaborator Author

#765 updated tinytag

@aw-was-here
Copy link
Collaborator Author

Rapptz/discord.py#9477

@aw-was-here
Copy link
Collaborator Author

@aw-was-here
Copy link
Collaborator Author

mostly fixed at this point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x.x dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant