snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
6 stars 2 forks source link

Python version choice #84

Closed kangz12345 closed 1 year ago

kangz12345 commented 1 year ago

First of all, what do you think of updating Python version to 3.11?

Hmm, it's really tempting to do so, but at the same time, I am worried about potential bugs, since Python 3.11 is quite new.

Status of Python Versions would be helpful reference to decide this.

Python 3.10 seems stable enough (in terms of bugs) since the bugfix release schedule is almost ended.

I am not familiar to such version stability issues, so we have to search for good references about this.

Originally posted by @kangz12345 in https://github.com/snu-quiqcl/swift/issues/80#issuecomment-1467353805

kangz12345 commented 1 year ago

Since the lab computer uses Python 3.7, how about adding 3.7 runner? @Ahrrri @BECATRUE

BECATRUE commented 1 year ago

Since the lab computer uses Python 3.7, how about adding 3.7 runner? @Ahrrri @BECATRUE

Oh, I'm sorry to check this issue lately..

For compatability with lab computer, adding 3.7 runner looks necessary! Please add it into Pylint.yml.

BECATRUE commented 1 year ago

About unittest action, I will add 3.7 runner.