Skip to content

Commit

Permalink
Pin numerary on Python 3.7 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Jul 6, 2022
1 parent 0461b69 commit d07d736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ python_requires = >=3.7
install_requires =
typeguard>=2.10
typing_extensions>=3.10.0.2
numerary>=0.3.0
numerary>=0.3.0,<0.4; python_version<'3.8'
numerary>=0.4.0; python_version>='3.8'

[options.packages.find]
where = src
Expand Down

0 comments on commit d07d736

Please sign in to comment.