Skip to content

Commit d0052cb

Browse files
authored
Merge pull request #72 from beeware/dependabot/github_actions/actions/upload-artifact-4.3.2
Bump actions/upload-artifact from 4.3.1 to 4.3.2
2 parents b647b8f + aa5408f commit d0052cb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: briefcase package ${{ matrix.briefcase-target }} --update --adhoc-sign
128128

129129
- name: Upload Logs
130-
uses: actions/[email protected].1
130+
uses: actions/[email protected].2
131131
if: failure()
132132
with:
133133
name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ requires = [
2323
"lru_dict",
2424
"pillow",
2525
"numpy",
26-
# Pandas 2.2.2 doesn't publish ARM64 macOS wheels for Py 3.9 or 3.10
27-
"pandas != 2.2.2; python_version < '3.11'",
28-
"pandas; python_version >= '3.11'"
26+
"pandas",
2927
]
3028
test_requires = [
3129
"pytest",

0 commit comments

Comments
 (0)