Skip to content

Commit 67efef3

Browse files
[python 3.14] Exclude 3.14 from continue/return in finally tests
1 parent 9cbb3fa commit 67efef3

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[main]
22
py-version=3.7
3+
4+
[testoptions]
5+
# Became a syntax error in Python 3.14
6+
max_pyver=3.13
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[testoptions]
2+
# Became a syntax error in Python 3.14
3+
max_pyver=3.13
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[testoptions]
2+
# Became a syntax error in Python 3.14
3+
max_pyver=3.13

0 commit comments

Comments
 (0)