Skip to content

Commit 698a47f

Browse files
remove 3.14
1 parent f1a2f39 commit 698a47f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: ['3.10', '3.11', '3.12', '3.13', '3.14' ]
16+
python: ['3.10', '3.11', '3.12', '3.13']
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Setup Python ${{ matrix.python }}

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ classifiers = [
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3.13",
22-
"Programming Language :: Python :: 3.14",
2322
"Programming Language :: Python :: Implementation :: CPython",
2423
"Programming Language :: Python :: Implementation :: PyPy",
2524
]
@@ -86,7 +85,7 @@ svg = "python docs/example_logging.py"
8685

8786

8887
[[tool.hatch.envs.test.matrix]]
89-
python = ["310","311", "312", "313", "314"]
88+
python = ["310","311", "312", "313"]
9089
[tool.hatch.envs.test]
9190
dependencies = [
9291
"pytest",

0 commit comments

Comments
 (0)