Skip to content

Commit

Permalink
Update to version 44 (#6)
Browse files Browse the repository at this point in the history
* Update to version 44

* build: Use Python 3.11
  • Loading branch information
OzancanKaratas authored Oct 30, 2023
1 parent 486f833 commit 0a0ec41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
COMMIT_FORMAT: "Generated from %h%n%nCommit message:%n%s%n%b"
strategy:
matrix:
python-version: [ 3.7 ]
python-version: [ 3.11 ]
steps:
- name: Current dir
run: |
Expand Down
2 changes: 1 addition & 1 deletion cldr
Submodule cldr updated from e2d206 to 44f5d6
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the `source/locale/*/cldr.dic` files, from CLDR data.


## Requirements
- Python 3.7-32
- Python 3.11-32
- Intention: Match the NVDA python version, reduce tooling complexity for developers.

## Run
Expand Down

0 comments on commit 0a0ec41

Please sign in to comment.