Description
July 2024 @StackStorm/tsc 1 hour meeting:
- Tuesday, 9th July 2024, 9:30 AM US Pacific / 6:30 PM EU CEST
- See StackStorm TSC Meetings #33 for the schedule and how to join
- TLDR; Jitsi link: https://meet.jit.si/StackStormTSC
Attendees
Present
- Carlos
nzlosh
- AJ
guzzijones
- Simon
- Scott
jk464
- Dan Porter
FileMagic
- Simon
Absent
- Ankur Singh
rush-skills
- Bradley Bishop
bishopbm1
- Dmitri Zimine
dzimine
- Jacob Floyd
cognifloyd
- Khushboo
khushboobhatia01
- Marcel Weinberg
winem
- Mick McGrath
mickmcgrath13
- Tomaz Muraus
Kami
- W Chan
m4dcoder
- Mark Mercado
mamercad
- Amanda McGuinness
amanda11
Agenda
- None.
Meeting Minutes
Python3.10 support
aj
will look at carrying on the work on python 3.10 support since nzlosh
is unable to commit any time to this work for at least another two months.
A lot of the Python 3.10 work has been merged into master
. https://github.com/StackStorm/st2/pull/6157/files
aj
will probably pickup master
and use the PR as a reference for other changes.
Python 3.13 heads-up
Python 3.13 will be released with use of the GIL being optional. This is something the TSC will need to put on their radar to ensure testing is performed early to catch unexpected behaviour.
https://peps.python.org/pep-0703/
Pack testing against multiple StackStorm versions
Dan Porter has been working on a new method to test packs against multiple StackStorm versions.
Work has been carried out here: https://github.com/Stealthii/st2packs-dockerfiles/tree/feature/refactor
An issue will be created under https://github.com/StackStorm/community/issues so people can provide comment and feedback.
Eventlet retirement
aj
expressed interest in the eventlet retirement work. nzlosh
metioned Ronnie Hoffman from Schwarz Digits has also expressed interest in evaluting the effort to migrate off eventlet. aj
will reach out to Ronnie to see if they're able collaborate on the eventlet work.
MongoDB shallow copy/deep copy
After discussion, it was agreed the stackstorm v3.9 will target py3.10 and mongodb v3 - v7 support and the MongoDB shallow copy PR be merged for StackStorm v3.10
StackStorm/orquesta#256