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

Moving from TravisCI to GH Actions for Python3.10 #126

Merged
merged 19 commits into from
Jan 30, 2022
Merged

Conversation

john-science
Copy link
Owner

For whatever reason, the TravisCI team doesn't have a working Python 3.10 build yet. At least, no one in exact parallel to their other Python builds. For this reason (and to reduce the number of online accounts I need to support this project) I am moving from TravisCI to the GitHub Acions workflows for mazelib. (There are other reasons I like this move.)

As such, I can now easily support Python 3.10. To do so, the required versions of NumPy and Cython had to be opened up, as those projects move to support Python3.10.

This also comes with a version bump for the mazelib project.

@john-science john-science linked an issue Jan 30, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 30, 2022

Codecov Report

Merging #126 (2b5e737) into master (4d513f4) will decrease coverage by 0.26%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   97.00%   96.73%   -0.27%     
==========================================
  Files          28       28              
  Lines        1534     1533       -1     
==========================================
- Hits         1488     1483       -5     
- Misses         46       50       +4     
Impacted Files Coverage Δ
mazelib/__init__.py 100.00% <100.00%> (ø)
mazelib/generate/Division.py 94.23% <0.00%> (-1.93%) ⬇️
mazelib/mazelib.py 98.26% <0.00%> (-1.74%) ⬇️
mazelib/generate/DungeonRooms.py 96.40% <0.00%> (-0.60%) ⬇️
mazelib/generate/TrivialMaze.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d513f4...2b5e737. Read the comment docs.

@john-science john-science merged commit c48657c into master Jan 30, 2022
@john-science john-science deleted the try310 branch January 30, 2022 20:39
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.

Support Python 3.10
1 participant