Skip to content

Commit b058b15

Browse files
committed
adjust Makefile.dist and setup.py
1 parent 7310933 commit b058b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif
2727
tools:
2828
$(PIP) install --upgrade --requirement requirements.dist
2929

30-
packages: pynauty tests docs
30+
packages: tools pynauty tests docs
3131
$(MAKE) clean-nauty
3232
ifndef GITHUB_ACTIONS
3333
$(PYTHON) setup.py sdist

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
'Operating System :: POSIX :: Linux',
2222
'Operating System :: Unix',
2323
'Programming Language :: Python',
24-
'Programming Language :: Python :: 3.7',
2524
'Programming Language :: Python :: 3.8',
2625
'Programming Language :: Python :: 3.9',
2726
'Programming Language :: Python :: 3.10',
27+
'Programming Language :: Python :: 3.12',
2828
'Programming Language :: C',
2929
'Topic :: Scientific/Engineering',
3030
'Topic :: Scientific/Engineering :: Mathematics',

0 commit comments

Comments
 (0)