Skip to content

Commit f9efdc6

Browse files
committed
Drop support for PyPy; nti.externalization dropped support for PyPy so we have to as well.
1 parent 1399a17 commit f9efdc6

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version:
15-
- "pypy-3.11"
1615
- "3.10"
1716
- "3.11"
1817
- "3.12"

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
==================
88

99
- Add support for Python 3.14 and 3.15.
10+
- Drop support for PyPy.
1011

1112

1213
1.0.0 (2024-11-12)

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def _read(fname):
4545
'Programming Language :: Python :: 3.14',
4646
'Programming Language :: Python :: 3.15',
4747
'Programming Language :: Python :: Implementation :: CPython',
48-
'Programming Language :: Python :: Implementation :: PyPy',
4948
],
5049
url="https://github.com/OpenNTI/nti.ntiids",
5150
zip_safe=True,

0 commit comments

Comments
 (0)