Skip to content

Commit

Permalink
Bump Python version and use JupyterLab instead of Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
orome committed Nov 10, 2024
1 parent 0bb403f commit 333a1d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
-r ../requirements.txt
#-e .. # if using a setup.py

notebook >=7.0
jupyterlab
#notebook >=7.0

#nbdime
#jupyterlab-git # restore instead of nbgitpuller when issue 998 is resolved
Expand Down
2 changes: 1 addition & 1 deletion .binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.11
python-3.12
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ classifiers = [
"Intended Audience :: Other Audience",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Development Status :: 3 - Alpha", # Sync with version in __init__.py
"Intended Audience :: Education",
"Environment :: Console"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![PyPi Status](https://img.shields.io/pypi/status/automata-py.svg)](https://pypi.python.org/pypi/automata-py)
[![Supported Python](https://img.shields.io/pypi/pyversions/automata-py.svg)](https://pypi.python.org/pypi/automata-py)

A simple Python (3.10+) implementation aimed at simulating some cellular automata,
A simple Python (3.12+) implementation aimed at simulating some cellular automata,
primarily those focused on by Stephan Wolfram,
as I read along in [A New Kind of Science](https://www.wolframscience.com/nks/p315--the-intrinsic-generation-of-randomness/),
perpetually very much under construction.
Expand Down

0 comments on commit 333a1d2

Please sign in to comment.