Skip to content

Commit

Permalink
docs: Add Binder Python runtime environment specification (#1998)
Browse files Browse the repository at this point in the history
* Add binder/runtime.txt to specify the version of Python that is used for the Binder 
  environment. Use Python 3.10 as this is the latest version that all pyhf backends will
  work with.
   - c.f. https://mybinder.readthedocs.io/en/latest/howto/languages.html#python
  • Loading branch information
matthewfeickert authored Sep 12, 2022
1 parent 7cc4b78 commit 68f5222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.10

0 comments on commit 68f5222

Please sign in to comment.