Docs Fix - Aligned to Python 3.13 version#97
Conversation
|
Hi @Robbo-lab The Python version required for the package "result-pattern" is 3.14, is there a replacement for this package or should this be a separate issue? Reference: result-pattern documentation Regards, |
|
OFFICIAL
Hi Gabrielle
Are you talking about the ability to use 3.13, 3.12, 3.11, 3,10?
Best regards,
John Robertson | Lecturer
IT, Web, Programming and Cyber Security
Integrated Technologies & Cyber Security Portfolio
North Metropolitan TAFE
30 Aberdeen Street
Northbridge
WA 6003
Phone: 9427 1019
Email: ***@***.***
Web: www.northmetrotafe.wa.edu.au<http://www.northmetrotafe.wa.edu.au>
Please note that I lecture at various campuses during the week.
[cid:ffaeb5f1-97a4-42ca-8639-72303e142ed9]
…________________________________
From: xInsanityInRed ***@***.***>
Sent: Thursday, 11 June 2026 4:45 PM
To: Robbo-lab/mcp-task-app ***@***.***>
Cc: John Robertson ***@***.***>; Mention ***@***.***>
Subject: Re: [Robbo-lab/mcp-task-app] Docs Fix - Aligned to Python 3.13 version (PR #97)
CAUTION: This email originated outside the organisation. Do not click any links or attachments unless you know the sender and trust the source.
[https://avatars.githubusercontent.com/u/145243324?s=20&v=4]xInsanityInRed left a comment (Robbo-lab/mcp-task-app#97)<#97 (comment)>
Hi @Robbo-lab<https://github.com/Robbo-lab>
The Python version required for result-pattern is 3.14, is there a replacement for this package or should this be a separate issue? Reference: result-pattern documentation<https://zuidvolt.github.io/result-pattern/>
Regards,
Gabrielle
—
Reply to this email directly, view it on GitHub<#97?email_source=notifications&email_token=BB7TFBTQGSL4MKF35ZN2DCT47JWRRA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRXHA3TOOJYGAZ2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4678779803>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BB7TFBVUYOMKSL5TDDEWHWD47JWRRAVCNFSNUABGKJSXA33TNF2G64TZHMYTEMJZGUZTGMJSHA5US43TOVSTWNBWGM4DMMJSGQZDJILWAI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Hi @Robbo-lab Yep |
AlexSchmidtNmTafe
left a comment
There was a problem hiding this comment.
Changes seem good, please fix so it passes the test/s and linting in the checks.
|
Hi @AlexSchmidtNmTafe Is there any way this can be changed to allow for use with Python 3.13, or another package that may replace this? I'm happy to look into the latter if it's okay |
|
@xInsanityInRed this package is only designed for 3.14 but we are not using anywhere, in your branch can you remove if form the dependecnies reinstall and run tests locally to see if the application fail, if it does let me know. It may be a dependency of another library. https://pypi.org/project/result-pattern/0.2.2/ |
Hi @Robbo-lab |
|
OFFICIAL
Can you circle back to the original issue scope now?
Best regards,
John Robertson | Lecturer
IT, Web, Programming and Cyber Security
Integrated Technologies & Cyber Security Portfolio
North Metropolitan TAFE
30 Aberdeen Street
Northbridge
WA 6003
Phone: 9427 1019
Email: ***@***.***
Web: www.northmetrotafe.wa.edu.au<http://www.northmetrotafe.wa.edu.au>
Please note that I lecture at various campuses during the week.
[cid:4316917a-8cd7-4c7d-9263-9a1a4e91a334]
…________________________________
From: xInsanityInRed ***@***.***>
Sent: Saturday, 13 June 2026 12:48 PM
To: Robbo-lab/mcp-task-app ***@***.***>
Cc: John Robertson ***@***.***>; Mention ***@***.***>
Subject: Re: [Robbo-lab/mcp-task-app] Docs Fix - Aligned to Python 3.13 version (PR #97)
CAUTION: This email originated outside the organisation. Do not click any links or attachments unless you know the sender and trust the source.
[https://avatars.githubusercontent.com/u/145243324?s=20&v=4]xInsanityInRed left a comment (Robbo-lab/mcp-task-app#97)<#97 (comment)>
@xInsanityInRed<https://github.com/xInsanityInRed> this package is only designed for 3.14 but we are not using anywhere, in your branch can you remove if form the dependecnies reinstall and run tests locally to see if the application fail, if it does let me know. It may be a dependency of another library. https://pypi.org/project/result-pattern/0.2.2/
Hi @Robbo-lab<https://github.com/Robbo-lab>
Removing the package has solved the linting issue and none of the tests failed locally :)
—
Reply to this email directly, view it on GitHub<#97?email_source=notifications&email_token=BB7TFBQLUIYBGS45VASOGLL47TMLFA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRZG42TGNJZGE2KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4697535914>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BB7TFBXI5IS3ZYIO7YVR2D347TMLFAVCNFSNUABGKJSXA33TNF2G64TZHMYTEMJZGUZTGMJSHA5US43TOVSTWNBWGM4DMMJSGQZDJILWAI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
xInsanityInRed
left a comment
There was a problem hiding this comment.
Should be ready to merge, please let me know if I have missed anything
AlexSchmidtNmTafe
left a comment
There was a problem hiding this comment.
THanks for amending.
name: Pull Request
about: Submit your completed changes for review
title: "[PR] Fixed all docs and builders/CI to align to Python 3.13"
labels: ["student-submission"]
Description
Refactored the Python version requirement back to 3.13 in all documents/files.
Additionally, I removed the "result-pattern" package is it was only supported by Python 3.14 & had no dependencies.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checked all files for references to Python & Python versions.
Checked documentation for all existing packages in requirements.txt to ensure they support Python 3.13
Checklist:
Related Issue(s)
Closes #46