Skip to content

Commit 3d7941e

Browse files
committed
test on py39
1 parent a8c96bf commit 3d7941e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8]
16+
python-version: [3.6, 3.7, 3.8, 3.9]
1717
os: [macOS-latest, ubuntu-latest, windows-latest]
1818

1919
steps:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.6",
1717
"Programming Language :: Python :: 3.7",
1818
"Programming Language :: Python :: 3.8",
19+
"Programming Language :: Python :: 3.9",
1920
]
2021
description-file = "README.rst"
2122
requires = ["fissix"]
@@ -78,7 +79,7 @@ legacy_tox_ini = """
7879
7980
[tox]
8081
envlist =
81-
py{36,37,38},lint
82+
py{36,37,38,39},lint
8283
minversion=3.20.1
8384
isolated_build=true
8485
requires=

0 commit comments

Comments
 (0)