We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1092537 commit 07f988cCopy full SHA for 07f988c
.github/workflows/python-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: [3.8, 3.9, "3.10"]
+ python-version: [3.9, "3.10"]
17
18
steps:
19
- uses: actions/checkout@v2
setup.py
@@ -27,8 +27,8 @@
27
'License :: OSI Approved :: MIT License',
28
'Natural Language :: English',
29
'Programming Language :: Python :: 3',
30
- 'Programming Language :: Python :: 3.7',
31
- 'Programming Language :: Python :: 3.8',
+ #'Programming Language :: Python :: 3.7',
+ #'Programming Language :: Python :: 3.8',
32
'Programming Language :: Python :: 3.9',
33
],
34
description="OCTIS: a library for Optimizing and Comparing Topic Models.",
0 commit comments