-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[test][skip rtd] Test against Python 3.12 (#4871) * [test] Test against Python 3.12-dev * Update tests.yml * Remove numpy dependency because it can't be installed on Python 3.12 currently * Update test_odb.py (cherry picked from commit ccc6773) Co-authored-by: Hailin Wang <[email protected]>
- Loading branch information
1 parent
0799e48
commit e947b1f
Showing
4 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,6 @@ dev = [ | |
"crowdin-api-client", | ||
"docformatter", | ||
"flake8", | ||
"numpy", | ||
"pofmt", | ||
"polib", | ||
"pre-commit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tox] | ||
envlist = py{37,38,39,310,311} | ||
envlist = py{37,38,39,310,311,312} | ||
|
||
[testenv] | ||
extras = | ||
|