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 78d1f22 commit 39b9e2dCopy full SHA for 39b9e2d
.github/workflows/package-test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.13"]
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Python ${{ matrix.python-version }}
pyproject.toml
@@ -7,7 +7,7 @@ name = "bitermplus"
dynamic = ["version"]
description = "Biterm Topic Model with sklearn-compatible API"
readme = "README.md"
-requires-python = ">=3.8"
+requires-python = ">=3.9"
license-files = ["LICENSE"]
authors = [
{ name = "Maksim Terpilovskii", email = "[email protected]" },
@@ -30,11 +30,11 @@ classifiers = [
30
"Intended Audience :: Science/Research",
31
"Operating System :: OS Independent",
32
"Programming Language :: Python :: 3",
33
- "Programming Language :: Python :: 3.8",
34
"Programming Language :: Python :: 3.9",
35
"Programming Language :: Python :: 3.10",
36
"Programming Language :: Python :: 3.11",
37
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
38
"Programming Language :: Cython",
39
"Topic :: Scientific/Engineering :: Artificial Intelligence",
40
"Topic :: Scientific/Engineering :: Information Analysis",
0 commit comments