Skip to content

Commit

Permalink
Update to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Jan 15, 2025
1 parent d8baefc commit 2e1d11d
Show file tree
Hide file tree
Showing 64 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion exercises/01_intro/01_setup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "setup"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/01_setup/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"setup",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/01_setup/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/01_intro/02_modules/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "modules"
version = "0.1.0"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/02_modules/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"modules",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/02_modules/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/01_intro/03_functions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "functions"
requires-python = ">=3.11"
requires-python = ">=3.13"
version = "0.1.0"
classifiers = [
"Programming Language :: Rust",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/03_functions/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"functions",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/03_functions/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/01_intro/04_arguments/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "arguments"
requires-python = ">=3.11"
requires-python = ">=3.13"
version = "0.1.0"
classifiers = [
"Programming Language :: Rust",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/04_arguments/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"arguments",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/04_arguments/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/01_intro/05_gil/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "gil"
requires-python = ">=3.11"
requires-python = ">=3.13"
version = "0.1.0"
classifiers = [
"Programming Language :: Rust",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/05_gil/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"gil",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/05_gil/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/01_intro/06_output/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "output"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/06_output/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"output",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/06_output/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/01_intro/07_exceptions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "exceptions"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/07_exceptions/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"exceptions",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/07_exceptions/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/01_intro/08_outro/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "outro1"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/08_outro/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"outro1",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/01_intro/08_outro/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/02_classes/00_pyclass/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "pyclass"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/00_pyclass/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"pyclass",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/00_pyclass/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/02_classes/01_constructors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "constructors"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/01_constructors/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"constructors",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/01_constructors/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/02_classes/02_methods/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "methods"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/02_methods/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"methods",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/02_methods/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/02_classes/03_setters/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "setters"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/03_setters/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"setters",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/03_setters/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/02_classes/04_static_methods/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "static_methods"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"static_methods",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/04_static_methods/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/02_classes/05_inheritance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "inheritance"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/05_inheritance/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"inheritance",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/05_inheritance/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/02_classes/06_parent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "parent"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/06_parent/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"parent",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/06_parent/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/02_classes/07_outro/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "outro2"
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/07_outro/sample/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
"outro2",
]
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion exercises/02_classes/07_outro/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e1d11d

Please sign in to comment.