#153 Add python 3.10 to tox.ini
Merged 2 years ago by zbyszek. Opened 2 years ago by dangoncalves.
fedora-rust/ dangoncalves/rust2rpm tox_python310  into  main

Add python 3.10 to tox.ini
Daniel Gonçalves • 2 years ago  
file modified
+1 -1
@@ -1,5 +1,5 @@ 

  [tox]

- envlist = py36,py37,py38,py39

+ envlist = py36,py37,py38,py39,py310

  skipsdist = True

  

  [testenv]

Adding python 3.10 to tox as discussed with @decathorpe and @zbyszek

Thanks.

I was wondering if we can raise the minimum version. Once F33 goes EOL in 1.5 months, the lowest required is 3.9 in F34. But we sadly may need to support 3.6 for RHEL8. Do people use this tool on RHEL/CentOS/etc?

Pull-Request has been merged by zbyszek

2 years ago
Metadata