-
Notifications
You must be signed in to change notification settings - Fork 132
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 9 support #1191
Open
fosJoddie
wants to merge
10
commits into
legacy
Choose a base branch
from
python_3_9
base: legacy
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Python 3 9 support #1191
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fosJoddie
force-pushed
the
python_3_9
branch
from
September 1, 2021 16:38
c3a7be2
to
da3fb32
Compare
fosJoddie
force-pushed
the
python_3_9
branch
from
November 28, 2021 10:29
da3fb32
to
b6ed164
Compare
#1223 would help in testing this. |
fosJoddie
force-pushed
the
python_3_9
branch
3 times, most recently
from
March 2, 2022 10:27
1c5db74
to
534dbe8
Compare
Update gitlint to 0.15.1 Update flake8 til 3.9.2 Update isort to 5.9.3 Update pre-commit-hooks to 4.0.1
python 3.9 has finally removed Thread.isAlive() function. but because we still (?) need to support python version w/o is_alive() we need to check for both
Python3.9 does not have sources for some of the old library versions MAD expects Gevent updated to version 20.9 Greenlet updated to version 1.1 OpenCV updated to version 4.4
Add python 3.9 to test suite Remove exclude for questgen.py add N818 to tox ignore (requires a lot of fixing in apk:wizard: to solve)
* Update pre-commit conifg Update gitlint to 0.15.1 Update flake8 til 3.9.2 Update isort to 5.9.3 Update pre-commit-hooks to 4.0.1 * Add support for python 3.9 python 3.9 has finally removed Thread.isAlive() function. but because we still (?) need to support python version w/o is_alive() we need to check for both * Update requirements Python3.9 does not have sources for some of the old library versions MAD expects Gevent updated to version 20.9 Greenlet updated to version 1.1 OpenCV updated to version 4.4 * Update toxt and docker-dev Add python 3.9 to test suite Remove exclude for questgen.py add N818 to tox ignore (requires a lot of fixing in apk:wizard: to solve) * Lint questgen * Tell flake8 about _ * WIP Update mysqlclient requirement to 2.0.3 * Upgrade requirements to be more in sync with redis-mitm-branch * Update Dockerfile Co-authored-by: fosJoddie <5710881+fosJoddie@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates libraries and changes some code on Thread-classes that are obsolete in py 3.9
update test suite to include python 3.9 testing phase.
!!!
Testers for quest mode without enhanced quest mode is highly wanted
!!!