Skip to content

Commit f47ef89

Browse files
committed
Remove 3.14
1 parent d79c1df commit f47ef89

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

conda-env/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
dependencies:
88
# Base
99
# =================
10-
- python >=3.11,<=3.14
10+
- python >=3.11,<3.14
1111
- pip
1212
- setuptools
1313
- beautifulsoup4

conda-env/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# Base
77
# =======================
8-
- python >=3.11,<=3.14
8+
- python >=3.11,<3.14
99
- pip
1010
- setuptools
1111
- beautifulsoup4

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers = [
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
2727
"Programming Language :: Python :: 3.13",
28-
"Programming Language :: Python :: 3.14",
2928
]
3029
dependencies = [
3130
"beautifulsoup4",

0 commit comments

Comments
 (0)