Skip to content

Commit

Permalink
Remove missing 3.14 version key
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Joshy <[email protected]>
  • Loading branch information
vivekjoshy committed Jul 15, 2024
1 parent 4c90464 commit 071d65f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fail-fast: true
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ["3.14-dev"]
python-version: ["3.13-dev"]
architecture: ["x86", "x64"]
experimental: [true]
defaults:
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gh-actions]
python =
3.14-dev: python3.14
3.13-dev: python3.13
3.13: py3.13
3.12: py3.12, lint, build, type
3.11: py3.11
Expand All @@ -16,9 +16,9 @@ env_list =
lint
build
type
py{3.9,3.10,3.11,3.12, 3.13}
py{3.9,3.10,3.11,3.12, 3.13}-win32
python3.14
py{3.9,3.10,3.11,3.12,3.13}
py{3.9,3.10,3.11,3.12,3.13}-win32
python3.13
pypy3.{9,10}
coverage

Expand Down

0 comments on commit 071d65f

Please sign in to comment.