diff --git a/.github/workflows/python-full-tests.yaml b/.github/workflows/python-full-tests.yaml index 5644de3..3885cd4 100644 --- a/.github/workflows/python-full-tests.yaml +++ b/.github/workflows/python-full-tests.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, "3.10", "3.11", "pypy-3.9"] + python-version: [3.9, "3.10", "3.11", "3.12", "pypy-3.10"] steps: - uses: actions/checkout@v2 @@ -33,10 +33,10 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v2 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v2 with: - python-version: "3.11" + python-version: "3.12" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -52,10 +52,10 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v2 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v2 with: - python-version: "3.11" + python-version: "3.12" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/python-small-tests.yaml b/.github/workflows/python-small-tests.yaml index 030417a..57f91e1 100644 --- a/.github/workflows/python-small-tests.yaml +++ b/.github/workflows/python-small-tests.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11", "pypy-3.9"] + python-version: ["3.12", "pypy-3.10"] steps: - uses: actions/checkout@v2 diff --git a/CITATION.cff b/CITATION.cff index c69e9b7..75c641a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,5 +17,5 @@ keywords: - news - API wrapper license: MIT -version: 0.9.2 -date-released: '2023-04-15' +version: 0.10.0 +date-released: '2023-04-21' diff --git a/LICENSE b/LICENSE index ed96c10..35ec56a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2023 Micha den Heijer +Copyright (c) 2019 - 2024 Micha den Heijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal