Skip to content

Commit 4252a2c

Browse files
committed
the world has moved on
1 parent 8e5d214 commit 4252a2c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pythonapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# You can use PyPy versions in python-version. For example, pypy2 and pypy3
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
13+
python-version: ["3.10", "3.11", "3.12"]
1414

1515
steps:
1616
- uses: actions/checkout@v2

setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,9 @@ def run(self):
152152
'License :: OSI Approved :: MIT License',
153153
'Programming Language :: Python',
154154
'Programming Language :: Python :: 3',
155-
'Programming Language :: Python :: 3.5',
156-
'Programming Language :: Python :: 3.6',
157-
'Programming Language :: Python :: 3.7',
158-
'Programming Language :: Python :: 3.8',
155+
'Programming Language :: Python :: 3.10',
156+
'Programming Language :: Python :: 3.11',
157+
'Programming Language :: Python :: 3.12',
159158
'Programming Language :: Python :: Implementation :: CPython'
160159
],
161160
# $ setup.py publish support.

0 commit comments

Comments
 (0)