Skip to content

Commit a4573eb

Browse files
committed
support python 3.9-11
1 parent e547481 commit a4573eb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.7", "3.8", "3.10"]
11+
python-version: ["3.9", "3.10", "3.11"]
1212

1313
steps:
1414
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ def read(fname):
5656
"License :: OSI Approved :: MIT License",
5757
"Natural Language :: English",
5858
"Programming Language :: Python :: 3",
59-
"Programming Language :: Python :: 3.7",
60-
"Programming Language :: Python :: 3.8",
6159
"Programming Language :: Python :: 3.9",
6260
"Programming Language :: Python :: 3.10",
61+
"Programming Language :: Python :: 3.11",
6362
"Topic :: Scientific/Engineering",
6463
],
6564
entry_points={"console_scripts": ["attune = attune._cli:main"]},

0 commit comments

Comments
 (0)