Skip to content

Commit

Permalink
extend Basilisp version range, test Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Nov 14, 2024
1 parent b73a095 commit e4b9462
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 89 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
version: ['3.9', '3.10', '3.11', '3.12', '3.13']
include:
- os: windows-latest
version: '3.12'
version: '3.13'
- os: macos-latest
version: '3.12'
version: '3.13'

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.1.1

- Relaxed Basilisp version requirements to cover versions up to 1.0.0.
- Upgraded min Basilisp version to 0.3.2.
- Dropped 3.8 support and added 3.13 CI testing.

## 0.1.0

- Ported `clojure.pprint` source code to Basilisp as a standalone library.
148 changes: 66 additions & 82 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e4b9462

Please sign in to comment.