-
Notifications
You must be signed in to change notification settings - Fork 54
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: add Python 3.12 support #79
base: master
Are you sure you want to change the base?
Conversation
The following pull request ~~adds malware~~ removes unused `StatsWrapper` import in the `tests/test_autopost.py` file.
Wrong people. :P |
Wait what? So the project was handed over to norizon? |
Neither of us maintains this project anymore, or at least I don't. Isn't @editor-syntax the new maintainer? |
Ah, i see. |
They've left the Discord so I'd assume this package has no active maintainers as of currently |
I can be the current maintainer :D cc @velddev hmu (just make sure that the pypi token is covered) |
cough cough good luck with PRs getting merged cough cough. |
If this PR doesn't get merged i'll just make my own fork and force discord.py devs to use THAT :) |
Thanks for bringing the recent PyPi change to my attention, @null8626. I don't believe the current GitHub Secrets have the API token set up and the PyPi package is still (yes, after 3 years) owned by me. Veld can contact me on Discord personally ( Before any ownership is transferred, I would like direct confirmation from the new maintainer themselves. |
Hmm... |
wait, so what's the timeline now? is @null8626 the official maintainer now? |
Yes! I am the new maintainer! The previous maintainers have dropped this project. At the moment, i'm awaiting Veld to get our PyPI organization up and running since March. So far, there's no news from him yet as he's probably busy with his life though... |
i see, thanks for updating! |
@Esmeray6 @Hadock-is-ok Update as of now... |
As expected kek, take your time |
Not surprising. |
Fixes #75
Fixes #78
Proposed Changes
aiohttp
dependency use versions>=3.9.0
. (Update aiohttp constraints #74)setup.py
topyproject.toml
.python-publish.yml
workflow use PyPI API tokens to publish packages. Since 2024, PyPI requires ALL users to use API tokens to publish new versions of packages, password authentication is now deprecated. Please update thePYPI_PASSWORD
workflow secret with your PyPI API token (e.g:pypi-ABCDEF
)StatsWrapper
import in thetests/test_autopost.py
file.Add malware