Only require python 3.10
This commit is contained in:
parent
e3ac80f711
commit
3fab5d5a71
|
@ -2,7 +2,7 @@
|
|||
# ----------
|
||||
# By ______(you!)________
|
||||
#
|
||||
# This is a drawing of a star.
|
||||
# This is a drawing of ???.
|
||||
|
||||
|
||||
from turtle import *
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
||||
package = []
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "17ca553b0bb9298a6ed528dd21e544ca433179192dba32a9920168e1c199d74f"
|
|
@ -6,7 +6,7 @@ authors = ["Chris Proctor <chris@chrisproctor.net>"]
|
|||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.10"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
Loading…
Reference in New Issue