[geany/www.geany.org] 12f369: Add Python 3.10 to Tox, remove Python 3.6
Enrico Tröger
git-noreply at xxxxx
Fri Oct 8 09:30:39 UTC 2021
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Fri, 08 Oct 2021 09:30:39 UTC
Commit: 12f369fc744db91c5abb8b3759b48a7336538fc7
https://github.com/geany/www.geany.org/commit/12f369fc744db91c5abb8b3759b48a7336538fc7
Log Message:
-----------
Add Python 3.10 to Tox, remove Python 3.6
Modified Paths:
--------------
.travis.yml
tox.ini
Modified: .travis.yml
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -18,7 +18,6 @@ language: python
cache: pip
python:
- - "3.6"
- "3.7"
- "3.8"
- "3.9"
Modified: tox.ini
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -15,7 +15,7 @@
skip_missing_interpreters = true
skipsdist = true
envlist =
- py36,py37,py38,py39
+ py37,py38,py39,py310
geany_modules = geany latest_version news nightlybuilds pastebin static_docs
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list