You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gcd-tech
Since, I'm new here and just diving into the code base, can someone please confirm the current version of python being used. The wiki says 3.6 (which I know that documentation is out dated). The docker dev setup builds against 3.13. The code base uses Django 5.2 which I determined needs at least 3.10. I just want to confirm before I start doing anything.
Thanks,
Adam
Jochen G.
unread,
Apr 15, 2026, 5:20:23 PM (13 days ago) Apr 15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gcd-...@googlegroups.com
As long as you do not add python packages, anything above 3.10 is fine.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gcd-tech
Thanks Jochen, Im specifically asking because I want to update the PRD to include a section on a small ci pipeline that only tests the v2 api work, so I can make sure that linting and formatting rules are followed per GCD requirements and that I can get automated testing for the endpoints with every PR. If you think this is too much, just let me know. I do this with all my projects as a baseline because I try to practice TDD as much as I can.
Thanks,
Adam
Jochen G.
unread,
Apr 15, 2026, 10:51:55 PM (12 days ago) Apr 15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gcd-...@googlegroups.com
I don't mind someone working on CI.
I do dev on python 3.13, as the docker, which I think should be used.
Bigger changes go via beta, which is close to production, so oddities
would be seen there.