Skip to content

Commit

Permalink
Drop support for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 15, 2024
1 parent 7702642 commit 553023f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']

env:
OBSERVATORY: LCO
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next version

### 🔥 Breaking changes

* Dropped support for Python 3.9.

### ✨ Improved

* Bumped `archon` to 0.14.0.
Expand Down

0 comments on commit 553023f

Please sign in to comment.