Question

Code by Zapier Python 3.7 Deprecated

  • 19 February 2024
  • 2 replies
  • 95 views

Hello,

My “Code by Zapier” Python 3.7 steps are marked as deprecated

Is there a way to upgrade to use Python 3.8 without having to recreated the step from scratch?

Thanks,
Dean


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @dean.bk 

You may have to manually update the Code step to use the current “Run Python” event for v3.8.

  1. Duplicate the Zap Code step.
  2. In the original Zap Code step, change the action event to the updated version.
  3. From the duplicated Zap Code step, copy/paste the code into the original Zap code step.
  4. Test.
  5. Check your other dependent following Zap action steps.
  6. Delete the duplicated Zap Code step.
  7. Publish the Zap.

 

Feedback and feature requests can be submitted via a ticket to Zapier Support to be properly logged: https://zapier.com/app/get-help

Thanks Troy,

I’ll duplicate and recreate the “Code by Zapier” steps.

Shame there’s not an option to switch to Python 3.8 in the original step. The Python code I’m using is pretty basic and works with both 3.7 and 3.8.

Kind regards,
Dean