Skip to content

Commit

Permalink
Build for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed May 7, 2020
1 parent 8cf6d06 commit ec4892a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ pytest = "*"

[requires]

python_version = "3.7"
python_version = ">=3.7"
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

keywords = babel,i18n,translation,morepath,jinja2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
package_dir={'': 'src'},
packages=find_namespace_packages(where='src'),
python_requires='~=3.7',
python_requires='>=3.7',
include_package_data=True,
install_requires = [
'Babel >= 1.0',
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in pkgs.stdenv.mkDerivation {
pipenv
zsh
] ++
(with python37Packages; [
(with python38Packages; [
autopep8
ipdb
mypy
Expand Down

0 comments on commit ec4892a

Please sign in to comment.