ryan-roemer / sphinx-bootstrap-theme

Sphinx Bootstrap Theme
http://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html
MIT License
585 stars 213 forks source link

drop tests on EOL python versions #221

Closed simonschmeisser closed 2 years ago

simonschmeisser commented 2 years ago

In #213 CI fails as the tests use EOL python versions. This PR drops those older versions and adds some fresh ones ;-)

ryan-roemer commented 2 years ago

@simonschmeisser Thanks!!!

I was just pulling a branch to do this. Once we get this green, I'll merge and we can catch up the other outstanding branches...

simonschmeisser commented 2 years ago

Weird, somehow 3.10 gets turned into 3.1

ryan-roemer commented 2 years ago

Yep, they're YAML numbers so 3.10 => 3.1. I'm trying something out in my parallel https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/222

ryan-roemer commented 2 years ago

@simonschmeisser -- required some other random fixes too. At any rate https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/222 gets us back green! I'm closing this PR and you can catch up your other PR and hopefully that will get green. Thanks again for all your work!

simonschmeisser commented 2 years ago

Well thanks to you! I didn't spend much effort actually