Yes, that title is correct. CircuitPython support for the Pimoroni Tiny 2350!
Now I did have to clone the the latest development version of the Adafruit CircuitPython github repository locally, ensure that my python3 and pip3 installs were up to date, and basically follow the online instructions from Adafruit:
cd ./ports/raspberrypi
make BOARD=pimoroni_tiny2350
cp ./build-pimoroni_tiny2350/firmware.uf2 /media/ggeoffre/RP2350/
But in the end, I had CircuitPython up and running on my Pimoroni Tiny 2350. I have been running it through its paces, I was able to cycle the onboard RGB LED via PWM, and I have even been using a few of my I2C modules that I have acquired.
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 9.2.0-alpha.2351-35-g64cb76213f on 2024-09-13; Pimoroni Tiny 2350 with rp2350a
>>> print("Hello World!")
Hello World!
>>>
NOTE: My development environment is Debian GNU/Linux 12.5 (bookworm) aarch64 (Raspberry Pi OS, previously called Raspbian) running on a Raspberry Pi 5 Model B Rev 1.0.