Skip to content

Commit

Permalink
not ready for 3.13 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Avrahami committed Mar 2, 2024
1 parent dffb498 commit 15ab176
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
unittest:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"] # format: 3.7, 3.8, 3.9
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] # format: 3.7, 3.8, 3.9
platform: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* this is the last release to support python 3.7
### Changed
* `BoolParser` is now a subclass of `LookupParser`
### Added
* added testing for python 3.13
### Fixed
* environment sys-hooks can now handle invalid arguments gracefully
### Internal
Expand Down

0 comments on commit 15ab176

Please sign in to comment.