Skip to content

Commit

Permalink
Merge pull request #34 from brunobord/python3.11-3.10-support
Browse files Browse the repository at this point in the history
Confirm support of Python 3.10 & Python 3.11
  • Loading branch information
brunobord committed Apr 23, 2023
2 parents 3eda97b + 87cf7d8 commit 43592c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
tox-env: py39
- python_version: 3.10
tox-env: py310
- python_version: 3.11
tox-env: py311

name: "Python ${{ matrix.python_version }}"
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Upgraded `finals2002A.all` file, which has expired. Thanks a lot to @ReimarBauer for the PR, and @thierry-FreeBSD for the bug report.
* Dropped support for Python 3.6.
* Confirm support for Python 3.11.

## 4.0.0 (2022-02-17)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ make install-dev

### Python compatibility

*Important:* This project is, and should stay compatible with Python 2.6, 2.7 and Python 3.7+ up to 3.10, to keep the same Python compatibility that `skyfield` has.
*Important:* This project is, and should stay compatible with Python 2.6, 2.7 and Python 3.7+ up to 3.11, to keep the same Python compatibility that `skyfield` has.

### Hacking

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

[options]
zip_safe = false
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py37,py38,py39
envlist = py27,py35,py37,py38,py39,py310,py311


[testenv]
Expand Down

0 comments on commit 43592c4

Please sign in to comment.