Skip to content

Commit

Permalink
test: add python 3.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Dec 4, 2023
1 parent e28872d commit e47aed2
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] # 3.7 is tested in coverage
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # 3.7 is tested in coverage

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions docs/en/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* fix: missed interface(`getAvailableStoragePoints`) for internal contract `SponsorWhitelistControl`
* RPC support:
* `storagePointProp` field for `cfx_getParamsFromVote` return value
* support python 3.12

## 1.2.0

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
]
Expand Down

0 comments on commit e47aed2

Please sign in to comment.