Skip to content

Commit 3976caf

Browse files
committed
Minimum supported version of python now 3.9.
1 parent e41c1c3 commit 3976caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "raysect"
33
version = "0.9.0"
4-
requires-python = ">=3.8"
4+
requires-python = ">=3.9"
55
authors = [{name = "Dr Alex Meakins et al.", email = "developers@raysect.org"}]
66
description = "A Ray-tracing Framework for Science and Engineering"
77
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)