Skip to content

Commit

Permalink
fix: we need python 3.11 because of datetime.fromisoformat
Browse files Browse the repository at this point in the history
https://docs.python.org/3.11/library/datetime.html#datetime.datetime.fromisoformat
> Changed in version 3.11: Previously, this method only supported formats that could be emitted by date.isoformat() or datetime.isoformat().
  • Loading branch information
rwxd committed Mar 11, 2023
1 parent 5600407 commit f2707ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
packages=['readwise'],
install_requires=required,
classifiers=[
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
)

0 comments on commit f2707ff

Please sign in to comment.