Skip to content

Commit 2020fc7

Browse files
committed
Post final QA fixes
1 parent f86bd1c commit 2020fc7

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Skip Ahead in Loops With Python's Continue Keyword
22

3-
This folder provides the code examples for the Real Python tutorial [Skip Ahead in Loops With Python's Continue Keyword](https://realpython.com/skip-ahead-with-continue/).
3+
This folder provides the code examples for the Real Python tutorial [Skip Ahead in Loops With Python's Continue Keyword](https://realpython.com/python-continue/).
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "skip-ahead-with-continue"
2+
name = "python-continue"
33
version = "0.1.0"
44
description = "Code for the Real Python tutorial on Python's `continue` keyword"
55
readme = "README.md"
6-
requires-python = ">=3.8"
6+
requires-python = ">=3.9"
77
dependencies = ["instaviz"]
File renamed without changes.

0 commit comments

Comments
 (0)