Skip to content

Commit

Permalink
accept install for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BM32ESRF authored Apr 12, 2024
1 parent 61a7755 commit acca468
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup_requires=['setuptools_scm'],
#version="3.0.48", ##Automatic versioning from Github Tags
packages=find_packages(),
python_requires='>=2.6 , <3.9',
python_requires='>=2.6 , <3.12',

# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine
Expand All @@ -53,12 +53,14 @@
license="MIT",
keywords="Lauetools x-ray scattering data analysis GUI Laue",
url="https://github.com/BM32ESRF/lauetools", # project home page, if any
classifiers=["Programming Language :: Python :: 3.8",
classifiers=["Programming Language :: Python :: 3.11"
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 2.6",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit acca468

Please sign in to comment.