#151 Add python 3.8 and 3.9 to tox.ini
Merged 2 years ago by zbyszek. Opened 2 years ago by dangoncalves.
fedora-rust/ dangoncalves/rust2rpm issue_150  into  master

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

  [tox]

- envlist = py36,py37

+ envlist = py36,py37,py38,py39

  skipsdist = True

  

  [testenv]

Pull-Request has been merged by zbyszek

2 years ago

Is there a reason not to add Python 3.10 as well? It is the default in upcoming Fedora 35 and Rawhide.

Just because Fedora 35 is not stable yet. We can make another commit to add python 10 later

Well, this tooling is used to build Rust packages on all Fedora releases, including Rawhide and Branched, so making sure nothing regresses there should be top priority, I think ...

Yeah, we should test with a given python version once it hits beta or release-candidate.

OK, got it. Just created this PR according to this discussion.

Metadata