Skip to content

Commit 84e8fef

Browse files
authored
Add Python 3.14 to CI (#562)
1 parent fb585af commit 84e8fef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
python-version:
1616
- "3.12"
1717
- "3.13"
18+
- "3.14.0-beta.3"
1819

1920
steps:
2021
- name: Check out repository

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,14 @@ source = ["gios"]
108108
legacy_tox_ini = """
109109
110110
[tox]
111-
envlist = py312, py313, lint, typing, coverage
111+
envlist = py312, py313, py314, lint, typing, coverage
112112
skip_missing_interpreters = True
113113
114114
[gh-actions]
115115
python =
116116
3.12: py312, lint, typing, coverage
117117
3.13: py313
118+
3.14: py314
118119
119120
[testenv]
120121
commands =

0 commit comments

Comments
 (0)