Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["ubuntu-latest"]
# This weird hack allows us to use the matrix notation
# but do a special run for the legacy Python and OS.
# This is the version bundled in AlmaLinux release 9.6
include:
- python-version: "3.6.8"
os: "ubuntu-20.04"
- python-version: "3.9.21"
os: "ubuntu-latest"

runs-on: ${{ matrix.os }}

Expand Down
9 changes: 8 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
MIT License

Copyright (c) 2022-present Fermi Research Alliance LLC (FRA)
Copyright (c) 2021-2024 Fermi Research Alliance LLC (FRA), All rights reserved
Copyright (c) 2025-present Fermi Forward Discovery Group, LLC, All rights reserved

This software was produced under U.S. Government contract 89243024CSC000002 for
Fermi National Accelerator Laboratory (Fermilab). Forward Discovery Group, LLC
manages and operates the Fermi National Accelerator Laboratory with the United
States Department of Energy. The U.S. Government has rights to use, reproduce,
and distribute this software.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading