Skip to content

Commit

Permalink
start testing for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis authored May 22, 2023
1 parent e965cd7 commit 29be01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
keywords=['matching', 'valentine', 'schema matching', 'dataset discovery', 'coma', 'cupid', 'similarity flooding'],
include_package_data=True,
python_requires='>=3.8,<3.12',
python_requires='>=3.8,<3.13',
long_description=long_description,
long_description_content_type='text/markdown'
)

0 comments on commit 29be01b

Please sign in to comment.