Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf8f9f4e

Browse files
dhirschfelddbaxa
andauthored
Support Python 3.13 and update deps (#510)
* Remove upper caps on dependencies (#452)* Remove upper caps on numpy and pyarrow versionsSigned-off-by: David Black <dblack@atlassian.com>* Added CI CD upto python 3.13Signed-off-by: David Black <dblack@atlassian.com>* Specify pandas 2.2.3 as the lower bound for python 3.13Signed-off-by: David Black <dblack@atlassian.com>* Specify pyarrow 18.0.0 as the lower bound for python 3.13Signed-off-by: David Black <dblack@atlassian.com>* Move `numpy` to dev dependenciesSigned-off-by: Dave Hirschfeld <dave.hirschfeld@gmail.com>* Updated lockfileSigned-off-by: Dave Hirschfeld <dave.hirschfeld@gmail.com>---------Signed-off-by: David Black <dblack@atlassian.com>Signed-off-by: Dave Hirschfeld <dave.hirschfeld@gmail.com>Co-authored-by: David Black <dblack@atlassian.com>
1 parented19388 commitf8f9f4e

File tree

3 files changed

+607
-217
lines changed

3 files changed

+607
-217
lines changed

‎.github/workflows/code-quality-checks.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on:ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version:[3.9, "3.10", "3.11", "3.12"]
14+
python-version:["3.9", "3.10", "3.11", "3.12", "3.13"]
1515
steps:
1616
#----------------------------------------------
1717
# check-out repo and set-up python
@@ -62,7 +62,7 @@ jobs:
6262
runs-on:ubuntu-latest
6363
strategy:
6464
matrix:
65-
python-version:[3.9, "3.10", "3.11", "3.12"]
65+
python-version:["3.9", "3.10", "3.11", "3.12", "3.13"]
6666
steps:
6767
#----------------------------------------------
6868
# check-out repo and set-up python
@@ -113,7 +113,7 @@ jobs:
113113
runs-on:ubuntu-latest
114114
strategy:
115115
matrix:
116-
python-version:[3.9, "3.10", "3.11", "3.12"]
116+
python-version:["3.9", "3.10", "3.11", "3.12", "3.13"]
117117
steps:
118118
#----------------------------------------------
119119
# check-out repo and set-up python
@@ -165,7 +165,7 @@ jobs:
165165
runs-on:ubuntu-latest
166166
strategy:
167167
matrix:
168-
python-version:[3.9, "3.10", "3.11", "3.12"]
168+
python-version:["3.9", "3.10", "3.11", "3.12", "3.13"]
169169
steps:
170170
#----------------------------------------------
171171
# check-out repo and set-up python

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp