Skip to content

Commit

Permalink
Update CI workflows and dependencies; add Python 3.13 support and ver…
Browse files Browse the repository at this point in the history
…sion bump for cloud-file
  • Loading branch information
CarlKCarlK committed Oct 17, 2024
1 parent 84338e2 commit 1c26860
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 168 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] # cmk, windows-latest, macos-13, macos-14]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -168,8 +168,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13"] #cmk, "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest] #cmk, windows-latest, macos-13, macos-14]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy Documentation
on:
push:
branches:
- oct24 # cmk
- master
workflow_dispatch: # This allows manual triggering of the workflow

jobs:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.06] - 2024-10-17

- Add support for Python 3.13. Fix minor reported bug.

## [1.05] - 2024-7-1

- Add support for Python's Numpy 2
Expand Down
Loading

0 comments on commit 1c26860

Please sign in to comment.