Skip to content

Commit

Permalink
Fix python 3.13 stack name
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Sep 3, 2024
1 parent 39beea1 commit ec1e685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ environment:
job_group: build
job_depends_on: initialize

- PYTHON: 3.13.0b3
- PYTHON: 3.13
WEEWX: '%WEEWX_LATEST%'
MQTT_VERSION: '%MQTT_VERSION%'
job_group: build
Expand Down
2 changes: 1 addition & 1 deletion appveyor.master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ environment:
job_group: build
job_depends_on: initialize

- PYTHON: 3.13.0b3
- PYTHON: 3.13
WEEWX: '%WEEWX_LATEST%'
MQTT_VERSION: '%MQTT_VERSION%'
job_group: build
Expand Down

0 comments on commit ec1e685

Please sign in to comment.