Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit 9fe9595

Browse files
committed
Latest python support
1 parent f42a000 commit 9fe9595

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.6, 3.7, 3.8]
18+
python-version: [3.7, 3.8, 3.9]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -49,4 +49,4 @@ jobs:
4949
sap describe example/sample.isi
5050
sap root example/sample.isi
5151
sap trunk example/sample.isi
52-
sap leaf example/sample.isi
52+
sap leaf example/sample.isi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"License :: OSI Approved :: MIT License",
3434
"Natural Language :: English",
3535
"Programming Language :: Python :: 3",
36-
"Programming Language :: Python :: 3.6",
3736
"Programming Language :: Python :: 3.7",
3837
"Programming Language :: Python :: 3.8",
38+
"Programming Language :: Python :: 3.9",
3939
],
4040
description="Python Tree of Science package",
4141
entry_points={"console_scripts": ["sap=sap.cli:main"]},

0 commit comments

Comments
 (0)