Skip to content

Commit f06ed16

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
update
1 parent 2db7991 commit f06ed16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
#NO_NET: 1
1515
strategy:
1616
matrix:
17-
python-version: ["3.13"]
17+
python-version: ["3.13" "3.14-dev"]
1818
steps:
1919

2020
- uses: actions/checkout@v4

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
#NO_NET: 1
1212
strategy:
1313
matrix:
14-
python-version: ["3.14-dev"]
14+
python-version: ["3.13"]
1515
steps:
1616

1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)