Skip to content

Commit

Permalink
Bump pendulum for Python 3.12 compatibility
Browse files Browse the repository at this point in the history
Related: python-pendulum/pendulum#696

Unit tests showing deprecation warnings, see python-pendulum/pendulum#803
  • Loading branch information
iakat committed Sep 15, 2024
1 parent ab30dbe commit 277c717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
irctokens ~=2.0.2
pendulum ~=2.1.0
pendulum ~=3.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"Operating System :: Microsoft :: Windows",
"Topic :: Communications :: Chat :: Internet Relay Chat"
],
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=install_requires
)

0 comments on commit 277c717

Please sign in to comment.