We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7310933 commit b058b15Copy full SHA for b058b15
Makefile.dist
@@ -27,7 +27,7 @@ endif
27
tools:
28
$(PIP) install --upgrade --requirement requirements.dist
29
30
-packages: pynauty tests docs
+packages: tools pynauty tests docs
31
$(MAKE) clean-nauty
32
ifndef GITHUB_ACTIONS
33
$(PYTHON) setup.py sdist
setup.py
@@ -21,10 +21,10 @@
21
'Operating System :: POSIX :: Linux',
22
'Operating System :: Unix',
23
'Programming Language :: Python',
24
- 'Programming Language :: Python :: 3.7',
25
'Programming Language :: Python :: 3.8',
26
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.12',
'Programming Language :: C',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Mathematics',
0 commit comments