Skip to content

Commit 07f988c

Browse files
committed
remove 3.8 references
1 parent 1092537 commit 07f988c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.9, "3.10"]
16+
python-version: [3.9, "3.10"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
'License :: OSI Approved :: MIT License',
2828
'Natural Language :: English',
2929
'Programming Language :: Python :: 3',
30-
'Programming Language :: Python :: 3.7',
31-
'Programming Language :: Python :: 3.8',
30+
#'Programming Language :: Python :: 3.7',
31+
#'Programming Language :: Python :: 3.8',
3232
'Programming Language :: Python :: 3.9',
3333
],
3434
description="OCTIS: a library for Optimizing and Comparing Topic Models.",

0 commit comments

Comments
 (0)