ubsuny / 23-Homework4G3

Apache License 2.0
0 stars 11 forks source link

How do I know which python version my group is using? #41

Closed AhmedCode99 closed 11 months ago

AhmedCode99 commented 11 months ago

I am setting up git hub actions to pylint codes when they get pushed. But I have to specify which version of python we are using. Now I am using Python 3.0. But it is not necessary that everyone else is.

AhmedCode99 commented 11 months ago

you can just make list as many python version as you want, and lint for all of them