Skip to content

Commit

Permalink
Bump python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed May 1, 2024
1 parent ad7d33f commit 76d99b9
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 @@ -27,7 +27,7 @@
'Contact': 'https://discord.gg/XTpc6Fa9eB'
},
install_requires=requirements,
python_requires='>=3.11',
python_requires='>=3.12',
packages=setuptools.find_packages('.', ('docs', 'stubs')),
package_data={
package_name: ['py.typed'],
Expand Down

0 comments on commit 76d99b9

Please sign in to comment.