Skip to content

Commit 05ba0f9

Browse files
committed
Comment fixes in CI files
1 parent 391ddc4 commit 05ba0f9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci_cron_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitHub Actions workflow that runs on a cron schedule.
22
# Check URLs and run latest deps with remote tests
33

4-
# Remove -numpy126 when we support testing with numpy 2.0
4+
# Restore testing with pyoorb when it supports Python 3.12+
55

66
name: Weekly CI Tests
77

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
#
33
# This file performs testing using tox and tox.ini to define and configure the test environments.
44

5-
# Remove -numpy126 when we support testing with numpy 2.0
6-
# Allow testing of optional dependencies on Python 3.12+ when pyoorb is updated.
5+
# Restore testing with pyoorb when it supports Python 3.12+
76

87
name: CI Tests
98

@@ -58,7 +57,7 @@ jobs:
5857
linux: py310-test-oldestdeps-cov
5958
coverage: codecov
6059
macos-test:
61-
name: Python 3.11 with all optional dependencies (MacOS)
60+
name: Python 3.14 with all optional dependencies (MacOS)
6261
# needs: [oorb-data]
6362
runs-on: macos-latest
6463
steps:

0 commit comments

Comments
 (0)