Skip to content

Commit 8abb93a

Browse files
authored
remove restriction on python 3.10 and fix pyright issue (#467)
* bump python 3.10.6 to 3.10.8 * pin pyright to 1.1.282
1 parent 58416f2 commit 8abb93a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
python-version: ['3.8', '3.9', '3.10.6', '3.11']
17+
python-version: ['3.8', '3.9', '3.10', '3.11']
1818

1919
steps:
2020
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ types-pytz = ">= 2022.1.1"
3838
mypy = "0.990"
3939
pyarrow = ">=10.0.1"
4040
pytest = ">=7.1.2"
41-
pyright = ">=1.1.281"
41+
pyright = "1.1.282"
4242
poethepoet = "0.16.0"
4343
loguru = ">=0.6.0"
4444
pandas = "1.5.2"

0 commit comments

Comments
 (0)