Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add support for pytohn 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 5, 2020
1 parent d20f009 commit f01353c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .local.jenkins.lin.yml
Expand Up @@ -3,6 +3,7 @@ language: python

python:
- { PATH: "{{Python37}}", VERSION: 3.7, DIST: std, PYINT: python3.7 }
- { PATH: "{{Python38}}", VERSION: 3.8, DIST: std, PYINT: python3.8 }

virtualenv:
- path: {{ospathjoin(root_path, pickname("$NAME_JENKINS", project_name + "_$VERSION_$DIST_$NAME"), "_venv")}}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2019, Xavier Dupré
Copyright (c) 2019-2020, Xavier Dupré

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion _doc/sphinxdoc/source/conf.py
Expand Up @@ -6,11 +6,12 @@

sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))

set_sphinx_variables(__file__, "check_python_install", "Xavier Dupré", 2019,
set_sphinx_variables(__file__, "check_python_install", "Xavier Dupré", 2020,
"alabaster", alabaster.get_path(), locals(), add_extensions=['alabaster'],
extlinks=dict(issue=('https://github.com/sdpython/_check_python_install/issues/%s', 'issue')))

blog_root = "http://www.xavierdupre.fr/app/_check_python_install/helpsphinx/"
html_logo = "phdoc_static/project_ico.png"

notebooks_urls = "http://www.xavierdupre.fr/app/_check_python_install/helpsphinx/notebooks/"

Expand Down

0 comments on commit f01353c

Please sign in to comment.