Skip to content

Commit f619444

Browse files
authored
Revert "Support python 3.12 (#89)" (#91)
This reverts commit c4199bb.
1 parent c4199bb commit f619444

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/test_pr.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
test3_12:
16-
name: Test Py3.12
17-
runs-on: ubuntu-latest
18-
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-python@v4
21-
with:
22-
python-version: '3.12'
23-
- name: Run tests
24-
run: |
25-
python --version
26-
pip install -q -e .[dev]
27-
python -m unittest discover --pattern '*test*.py'
2815
test3_11:
2916
name: Test Py3.11
3017
runs-on: ubuntu-latest

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def get_version():
9090
"Programming Language :: Python :: 3.9",
9191
"Programming Language :: Python :: 3.10", # Colab
9292
"Programming Language :: Python :: 3.11",
93-
"Programming Language :: Python :: 3.12",
9493
"Operating System :: OS Independent",
9594
"Topic :: Scientific/Engineering :: Artificial Intelligence",
9695
],

0 commit comments

Comments
 (0)