Skip to content

Commit 0c405aa

Browse files
committed
Bump required python version to 3.9
Summary: Attempt to run unit tests with python 3.8 (ondemand default) fails with: ImportError: PyO3 modules compiled for CPython 3.8 or older may only be initialized once per interpreter process PyO3 [1] seems to be a transitive dependency. The easiest way to fix this is to upgrade underlying python. [1] https://pyo3.rs/v0.24.2/getting-started.html Reviewed By: danielocfb, anakryiko Differential Revision: D74443235 fbshipit-source-id: 2577b78d8b6fb3452af9040b6cbc74101e6f7103
1 parent 6ee5844 commit 0c405aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ aiohttp = "^3.8"
2222
aiohttp-retry = "^2.8"
2323
aioresponses = "^0.7"
2424
multidict = "^6.0"
25-
python = "^3.8"
25+
python = "^3.9"
2626
cachetools = "^5.3.0"
2727
gitpython = "^3.1"
2828
opentelemetry-api = "^1.18.0"

0 commit comments

Comments
 (0)