Skip to content

Commit a743a71

Browse files
committed
Test Python 3.14 in CI
1 parent 2dd76d9 commit a743a71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ['3.11', '3.12', '3.13']
20+
python-version: ['3.11', '3.12', '3.13', '3.14']
2121

2222
env:
2323
OBSERVATORY: 'LCO'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### ✨ Improved
66

77
* [#55](https://github.com/sdss/lvmgort/pull/55) Better messaging for alerts unavailability. A resolution alert message is now sent when the alerts become available again.
8+
* Test Python 3.14 in CI.
89

910
### 🔧 Fixed
1011

0 commit comments

Comments
 (0)