Skip to content

Commit d50c092

Browse files
committed
Remove py37 from builds
1 parent 13ca034 commit d50c092

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-ver: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
11+
python-ver: [3.8, 3.9, '3.10', '3.11', '3.12']
1212
os: [ubuntu-latest, windows-latest, macos-latest]
1313
experimental: [false]
1414

setup.py.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ setuptools.setup(name='ndicapi',
5252
'Operating System :: Microsoft :: Windows',
5353
'Operating System :: POSIX',
5454
'Operating System :: Unix',
55-
'Programming Language :: Python :: 2.7',
56-
'Programming Language :: Python :: 3.6',
57-
'Programming Language :: Python :: 3.7',
5855
'Programming Language :: Python :: 3.8',
56+
'Programming Language :: Python :: 3.9',
57+
'Programming Language :: Python :: 3.10',
58+
'Programming Language :: Python :: 3.11',
59+
'Programming Language :: Python :: 3.12',
5960
'Programming Language :: C',
6061
'Programming Language :: Python :: Implementation :: CPython',
6162
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)