diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9726389..0ea1b57 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 }} diff --git a/LICENSE b/LICENSE index 6ad50d5..5590929 100644 --- a/LICENSE +++ b/LICENSE @@ -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